[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/kicker
From:       Laurent Montel <montel () kde ! org>
Date:       2005-07-29 10:21:59
Message-ID: 1122632519.650129.32382.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 439935 by mlaurent:

Includemoc
Fix warning


 M  +1 -0      applets/launcher/configdlg.cpp  
 M  +1 -1      menuext/konsole/konsole_mnu.cpp  


--- trunk/KDE/kdebase/kicker/applets/launcher/configdlg.cpp #439934:439935
@@ -28,6 +28,7 @@
 
 #include "prefs.h"
 #include "configdlg.h"
+#include "configdlg.moc"
 #include "configdlgbase.h"
 
 ConfigDlg::ConfigDlg(QWidget *parent, const char *name, Prefs *config,
--- trunk/KDE/kdebase/kicker/menuext/konsole/konsole_mnu.cpp #439934:439935
@@ -251,7 +251,7 @@
     --id;
     kapp->propagateSessionManager();
     QStringList args;
-    if (static_cast<unsigned int>(id) < sessionList.count())
+    if (id < sessionList.count())
     {
         args << "--type";
         args << sessionList[id];
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic