From atlantik-devel Sat May 29 12:09:00 2004 From: kde () office ! kde ! org Date: Sat, 29 May 2004 12:09:00 +0000 To: atlantik-devel Subject: [atlantik-cvs] CVS: kdegames/atlantik/client atlantik.cpp, 1.165, Message-Id: <40B87D5C.mail2E911BLIO () office ! kde ! org> X-MARC-Message: https://marc.info/?l=atlantik-devel&m=108583255129713 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(0), "clear" ); #endif m_selectAll = KStdAction::selectAll( this, SLOT( selectAll() ), 0 ); m_copy = KStdAction::copy( this, SLOT( copy() ), 0 ); _______________________________________________ atlantik-cvs mailing list atlantik-cvs@kde.org https://mail.kde.org/mailman/listinfo/atlantik-cvs