summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/zsame/ZSameWidget.cpp8
-rw-r--r--noncore/games/zsame/config.in2
-rw-r--r--noncore/games/zsame/opie-zsame.control2
-rw-r--r--noncore/games/zsame/zsame.pro2
4 files changed, 7 insertions, 7 deletions
diff --git a/noncore/games/zsame/ZSameWidget.cpp b/noncore/games/zsame/ZSameWidget.cpp
index 45a877f..3c58c93 100644
--- a/noncore/games/zsame/ZSameWidget.cpp
+++ b/noncore/games/zsame/ZSameWidget.cpp
@@ -23,5 +23,8 @@
23 23
24#include <opie2/oapplicationfactory.h>
25
26#include <qpe/resource.h>
27
24#include <qtoolbar.h> 28#include <qtoolbar.h>
25#include <qmenubar.h> 29#include <qmenubar.h>
26
27#include <qapplication.h> 30#include <qapplication.h>
@@ -30,7 +33,4 @@
30 33
31#include <qpe/resource.h>
32#include <opie/oapplicationfactory.h>
33#include <kapplication.h> 34#include <kapplication.h>
34 35
35
36#include "ZSameWidget.h" 36#include "ZSameWidget.h"
diff --git a/noncore/games/zsame/config.in b/noncore/games/zsame/config.in
index cd3e1a1..7774594 100644
--- a/noncore/games/zsame/config.in
+++ b/noncore/games/zsame/config.in
@@ -3,2 +3,2 @@
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/zsame/opie-zsame.control b/noncore/games/zsame/opie-zsame.control
index d9d5009..4a4b940 100644
--- a/noncore/games/zsame/opie-zsame.control
+++ b/noncore/games/zsame/opie-zsame.control
@@ -6,3 +6,3 @@ Maintainer: Holger 'Zecke' Freyther <zecke@handhelds.org>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: ZSame 8Description: ZSame
diff --git a/noncore/games/zsame/zsame.pro b/noncore/games/zsame/zsame.pro
index 17fba91..ac1b5be 100644
--- a/noncore/games/zsame/zsame.pro
+++ b/noncore/games/zsame/zsame.pro
@@ -14,3 +14,3 @@ DEPENDPATH += $(OPIEDIR)/include
14# we now also include opie 14# we now also include opie
15LIBS += -lqpe 15LIBS += -lqpe -lopiecore2
16 16