summaryrefslogtreecommitdiff
authordrw <drw>2004-03-02 21:13:11 (UTC)
committer drw <drw>2004-03-02 21:13:11 (UTC)
commit212d3c47126304828e5e5a0c2179ab444d033c51 (patch) (unidiff)
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 @@
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 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 @@
22 22
23#include <opie/oapplicationfactory.h> 23#include <opie2/oapplicationfactory.h>
24 24
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>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: Game: shoot the asteroids 8Description: 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
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8 8