summaryrefslogtreecommitdiff
authordrw <drw>2004-03-02 23:03:06 (UTC)
committer drw <drw>2004-03-02 23:03:06 (UTC)
commit039ba3c83a18540fd8ac788ac26821f8684db1f2 (patch) (side-by-side diff)
tree839d57e8e66f72b879e3e713cf1a11c784a413f4
parent4fa1dde4a5b15a46a6a1c252ac58fb3876cf1bbe (diff)
downloadopie-039ba3c83a18540fd8ac788ac26821f8684db1f2.zip
opie-039ba3c83a18540fd8ac788ac26821f8684db1f2.tar.gz
opie-039ba3c83a18540fd8ac788ac26821f8684db1f2.tar.bz2
TicTac: libopie -> libopie2
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tictac/config.in2
-rw-r--r--noncore/games/tictac/main.cpp3
-rw-r--r--noncore/games/tictac/opie-tictac.control2
-rw-r--r--noncore/games/tictac/tictac.pro2
4 files changed, 5 insertions, 4 deletions
diff --git a/noncore/games/tictac/config.in b/noncore/games/tictac/config.in
index a50a50f..65d1c06 100644
--- a/noncore/games/tictac/config.in
+++ b/noncore/games/tictac/config.in
@@ -3,2 +3,2 @@
default "y"
- depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/tictac/main.cpp b/noncore/games/tictac/main.cpp
index 9aafe4c..b8193f7 100644
--- a/noncore/games/tictac/main.cpp
+++ b/noncore/games/tictac/main.cpp
@@ -8,5 +8,6 @@
-#include <opie/oapplicationfactory.h>
#include "tictac.h"
+#include <opie2/oapplicationfactory.h>
+
OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> )
diff --git a/noncore/games/tictac/opie-tictac.control b/noncore/games/tictac/opie-tictac.control
index 0b124c9..cc97bec 100644
--- a/noncore/games/tictac/opie-tictac.control
+++ b/noncore/games/tictac/opie-tictac.control
@@ -6,3 +6,3 @@ Maintainer: ljp <ljp@llornkcor.com>
Architecture: arm
-Depends: task-opie-minimal
+Depends: task-opie-minimal, libopiecore2
Description: Tic Tac Toe game.
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index 2967079..45eb515 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -6,3 +6,3 @@ INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
+LIBS += -lqpe -lopiecore2