summaryrefslogtreecommitdiff
authordrw <drw>2004-03-02 21:13:11 (UTC)
committer drw <drw>2004-03-02 21:13:11 (UTC)
commit212d3c47126304828e5e5a0c2179ab444d033c51 (patch) (side-by-side diff)
tree6230c7a024cfc9f1c0d30740a55cc518860991db
parentd9988a1d6d3185f09862bda92aa9dc45deefa380 (diff)
downloadopie-212d3c47126304828e5e5a0c2179ab444d033c51.zip
opie-212d3c47126304828e5e5a0c2179ab444d033c51.tar.gz
opie-212d3c47126304828e5e5a0c2179ab444d033c51.tar.bz2
QAsteroids: libopie -> libopie2
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/qasteroids/config.in2
-rw-r--r--noncore/games/qasteroids/main.cpp2
-rw-r--r--noncore/games/qasteroids/opie-qasteroids.control2
-rw-r--r--noncore/games/qasteroids/qasteroids.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/qasteroids/config.in b/noncore/games/qasteroids/config.in
index e904de5..d8ce925 100644
--- a/noncore/games/qasteroids/config.in
+++ b/noncore/games/qasteroids/config.in
@@ -3,2 +3,2 @@
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/qasteroids/main.cpp b/noncore/games/qasteroids/main.cpp
index 18a13eb..33e4729 100644
--- a/noncore/games/qasteroids/main.cpp
+++ b/noncore/games/qasteroids/main.cpp
@@ -22,3 +22,3 @@
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
diff --git a/noncore/games/qasteroids/opie-qasteroids.control b/noncore/games/qasteroids/opie-qasteroids.control
index 8764578..d925bd8 100644
--- a/noncore/games/qasteroids/opie-qasteroids.control
+++ b/noncore/games/qasteroids/opie-qasteroids.control
@@ -6,3 +6,3 @@ Maintainer: Martin Jones <mjones@trolltech.com>
Architecture: arm
-Depends: task-opie-minimal
+Depends: task-opie-minimal, libopiecore2
Description: Game: shoot the asteroids
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index aafc701..190fe03 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -6,3 +6,3 @@ INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
+LIBS += -lqpe -lopiecore2