[atlantik-cvs] CVS: kdegames/atlantik/client atlantik.cpp, 1.165, 1.166
[email protected] Sat, 29 May 2004 14:09:00 +0200
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv3083/client
Modified Files:
atlantik.cpp
Log Message:
3.1 compile fix
Index: atlantik.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/atlantik.cpp,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- atlantik.cpp 29 May 2004 12:05:26 -0000 1.165
+++ atlantik.cpp 29 May 2004 12:08:58 -0000 1.166
@@ -68,7 +68,7 @@
#ifdef KDE_3_2_FEATURES
m_clear = KStdAction::clear( this, SLOT( clear() ), 0 );
#else
- m_clear = new KAction( i18n("Clear"), "clear", NULL, this, SLOT( clear() ), 0, "clear" );
+ m_clear = new KAction( i18n("Clear"), "clear", NULL, this, SLOT( clear() ), static_cast<KActionCollection *>(0), "clear" );
#endif
m_selectAll = KStdAction::selectAll( this, SLOT( selectAll() ), 0 );
m_copy = KStdAction::copy( this, SLOT( copy() ), 0 );