summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/fifteen/config.in2
-rw-r--r--noncore/games/fifteen/fifteen.pro2
-rw-r--r--noncore/games/fifteen/main.cpp2
-rw-r--r--noncore/games/fifteen/opie-fifteen.control4
4 files changed, 5 insertions, 5 deletions
diff --git a/noncore/games/fifteen/config.in b/noncore/games/fifteen/config.in
index b68f8e3..2736d93 100644
--- a/noncore/games/fifteen/config.in
+++ b/noncore/games/fifteen/config.in
@@ -2,3 +2,3 @@
2 boolean "opie-fifteen (sort fifteen pieces game)" 2 boolean "opie-fifteen (sort fifteen pieces game)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 14ea3c9..6f90524 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -5,5 +5,5 @@ SOURCES = fifteen.cpp \
5INCLUDEPATH += $(OPIEDIR)/include 5INCLUDEPATH += $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8 TARGET = fifteen 8 TARGET = fifteen
9 9
diff --git a/noncore/games/fifteen/main.cpp b/noncore/games/fifteen/main.cpp
index 74a7368..ed74a47 100644
--- a/noncore/games/fifteen/main.cpp
+++ b/noncore/games/fifteen/main.cpp
@@ -18,5 +18,5 @@
18#include "fifteen.h" 18#include "fifteen.h"
19 19
20#include <opie/oapplicationfactory.h> 20#include <opie2/oapplicationfactory.h>
21 21
22OPIE_EXPORT_APP( OApplicationFactory<FifteenMainWindow> ) 22OPIE_EXPORT_APP( OApplicationFactory<FifteenMainWindow> )
diff --git a/noncore/games/fifteen/opie-fifteen.control b/noncore/games/fifteen/opie-fifteen.control
index a6e8314..939ab6f 100644
--- a/noncore/games/fifteen/opie-fifteen.control
+++ b/noncore/games/fifteen/opie-fifteen.control
@@ -3,8 +3,8 @@ Files: plugins/application/libfifteen.so* bin/fifteen apps/Games/fifteen.desktop
3Priority: optional 3Priority: optional
4Section: opie/games 4Section: opie/games
5Maintainer: Martin Imobersteg <imm@gmx.ch> 5Maintainer: Martin Imobersteg <imm@gmx.ch>
6Architecture: arm 6Architecture: arm
7Arch: iPAQ 7Arch: iPAQ
8Depends: task-opie-minimal 8Depends: task-opie-minimal, libopiecore2
9Description: Fifteen pieces game 9Description: Fifteen pieces game
10 A game for the Opie environment. 10 A game for the Opie environment.