[atlantik-cvs] CVS: kdegames/atlantik/client atlantik.h,1.66,1.67

[email protected] Wed, 23 Jun 2004 14:08:06 +0200
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv13423

Modified Files:
	atlantik.h 
Log Message:
forward port: unbreak compilation

Index: atlantik.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/atlantik.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- atlantik.h	23 May 2004 23:29:53 -0000	1.66
+++ atlantik.h	23 Jun 2004 12:08:03 -0000	1.67
@@ -74,7 +74,7 @@
 	LogTextEdit( QWidget *parent = 0, const char *name = 0 );
 	virtual ~LogTextEdit();
 
-	QPopupMenu *LogTextEdit::createPopupMenu( const QPoint & pos );
+	QPopupMenu *createPopupMenu( const QPoint & pos );
 
 private:
 	KAction *m_clear, *m_selectAll, *m_copy;