summaryrefslogtreecommitdiff
path: root/noncore/games
authordrw <drw>2004-03-02 21:18:45 (UTC)
committer drw <drw>2004-03-02 21:18:45 (UTC)
commitd05254f7566108c436cd825bb26c980582163a92 (patch) (unidiff)
tree146dacb06a14c619ca9722630da6b385accf39a8 /noncore/games
parentf98648a75f6c5df1a5c16f5e024d367951adda70 (diff)
downloadopie-d05254f7566108c436cd825bb26c980582163a92.zip
opie-d05254f7566108c436cd825bb26c980582163a92.tar.gz
opie-d05254f7566108c436cd825bb26c980582163a92.tar.bz2
ZSame: libopie -> libopie2
Diffstat (limited to 'noncore/games') (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
@@ -21,18 +21,18 @@
21 21
22#include <stdio.h> 22#include <stdio.h>
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>
28#include <qaction.h> 31#include <qaction.h>
29#include <qmessagebox.h> 32#include <qmessagebox.h>
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"
37 37
38static int default_colors=3; 38static int default_colors=3;
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
@@ -1,4 +1,4 @@
1 config ZSAME 1 config ZSAME
2 boolean "opie-zsame (a SameGame clone)" 2 boolean "opie-zsame (a SameGame clone)"
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
@@ -4,7 +4,7 @@ Priority: optional
4Section: opie/games 4Section: opie/games
5Maintainer: Holger 'Zecke' Freyther <zecke@handhelds.org> 5Maintainer: Holger 'Zecke' Freyther <zecke@handhelds.org>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: ZSame 8Description: ZSame
9 A game for the Opie environment. 9 A game for the Opie environment.
10Version: $QPE_VERSION$EXTRAVERSION 10Version: $QPE_VERSION$EXTRAVERSION
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
@@ -12,6 +12,6 @@ DEPENDPATH += $(OPIEDIR)/include
12 12
13 13
14# we now also include opie 14# we now also include opie
15LIBS += -lqpe 15LIBS += -lqpe -lopiecore2
16 16
17include ( $(OPIEDIR)/include.pro ) 17include ( $(OPIEDIR)/include.pro )