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

List:       kde-commits
Subject:    KDE/kdegames/lskat/src
From:       Laurent Montel <montel () kde ! org>
Date:       2006-05-14 12:50:40
Message-ID: 1147611040.070541.16688.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 540673 by mlaurent:

Port


 M  +3 -1      mainwindow.cpp  
 M  +1 -1      namedialogwidget.h  
 M  +1 -1      playerstatuswidget.h  


--- trunk/KDE/kdegames/lskat/src/mainwindow.cpp #540672:540673
@@ -32,6 +32,7 @@
 #include <kdebug.h>
 #include <kstdaction.h>
 #include <kaction.h>
+#include <kactioncollection.h>
 #include <kstatusbar.h>
 #include <kstandarddirs.h>
 #include <kiconloader.h>
@@ -41,6 +42,7 @@
 #include <kcarddialog.h>
 #include <krandom.h>
 #include <kglobal.h>
+#include <ktoolbar.h>
 
 // Application specific includes
 #include "mainwindow.h"
@@ -193,7 +195,7 @@
   kDebug() << "set mDeckGrafix=" << mDeckGrafix << endl;
   kDebug() << "set mCardDir=" << mCardDir << endl;
 
-  int no = cfg->readNumEntry("startplayer", 0);
+  int no = cfg->readEntry("startplayer", 0);
   setStartPlayer(no);
   mLSkatConfig->load(cfg);
 }
--- trunk/KDE/kdegames/lskat/src/namedialogwidget.h #540672:540673
@@ -28,7 +28,7 @@
 #include <kdebug.h>
 
 // Local includes
-#include "namedialog.h"
+#include "ui_namedialog.h"
 
 using namespace Ui;
 
--- trunk/KDE/kdegames/lskat/src/playerstatuswidget.h #540672:540673
@@ -28,7 +28,7 @@
 #include <kdebug.h>
 
 // Local includes
-#include "playerstatusform.h"
+#include "ui_playerstatusform.h"
 
 using namespace Ui;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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