[atlantik-cvs] CVS: kdegames/atlantik/client atlantik.h, 1.62.4.1, 1.62.4.2
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv5273/client
Modified Files:
Tag: KDE_3_2_BRANCH
atlantik.h
Log Message:
unbreak compilation
Index: atlantik.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/atlantik.h,v
retrieving revision 1.62.4.1
retrieving revision 1.62.4.2
diff -u -d -r1.62.4.1 -r1.62.4.2
--- atlantik.h 23 May 2004 23:30:30 -0000 1.62.4.1
+++ atlantik.h 23 Jun 2004 08:55:06 -0000 1.62.4.2
@@ -72,7 +72,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;