summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/kpacman.h
Side-by-side diff
Diffstat (limited to 'noncore/games/kpacman/kpacman.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kpacman/kpacman.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/noncore/games/kpacman/kpacman.h b/noncore/games/kpacman/kpacman.h
index d7de9de..2c1de70 100644
--- a/noncore/games/kpacman/kpacman.h
+++ b/noncore/games/kpacman/kpacman.h
@@ -9,12 +9,4 @@
-#if defined( KDE2_PORT )
-#include <kapp.h>
-#include <klocale.h>
-#include <ktmainwindow.h>
-#include <kmenubar.h>
-#elif defined( QPE_PORT )
#include <qmainwindow.h>
class QMenuBar;
-#endif
-
#include <qregexp.h>
@@ -27,9 +19,4 @@ class QMenuBar;
#include <qfileinf.h>
+#include <qlayout.h>
-#if defined( KDE2_PORT )
-#include <referee.h>
-#include <status.h>
-#include <score.h>
-#include <keys.h>
-#elif defined( QPE_PORT )
#include "referee.h"
@@ -38,3 +25,2 @@ class QMenuBar;
#include "keys.h"
-#endif
@@ -73,2 +59,4 @@ private:
+ QGridLayout *m_layout;
+ QWidget *m_view;
KMenuBar *_menuBar;