author | drw <drw> | 2004-03-02 23:03:06 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 23:03:06 (UTC) |
commit | 039ba3c83a18540fd8ac788ac26821f8684db1f2 (patch) (unidiff) | |
tree | 839d57e8e66f72b879e3e713cf1a11c784a413f4 | |
parent | 4fa1dde4a5b15a46a6a1c252ac58fb3876cf1bbe (diff) | |
download | opie-039ba3c83a18540fd8ac788ac26821f8684db1f2.zip opie-039ba3c83a18540fd8ac788ac26821f8684db1f2.tar.gz opie-039ba3c83a18540fd8ac788ac26821f8684db1f2.tar.bz2 |
TicTac: libopie -> libopie2
-rw-r--r-- | noncore/games/tictac/config.in | 2 | ||||
-rw-r--r-- | noncore/games/tictac/main.cpp | 3 | ||||
-rw-r--r-- | noncore/games/tictac/opie-tictac.control | 2 | ||||
-rw-r--r-- | noncore/games/tictac/tictac.pro | 2 |
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 | |||
@@ -1,4 +1,4 @@ | |||
1 | config TICTAC | 1 | config TICTAC |
2 | boolean "opie-tictac (Tic Tac Toe, I have three in a row)" | 2 | boolean "opie-tictac (Tic Tac Toe, I have three in a row)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | 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 | |||
@@ -6,7 +6,8 @@ | |||
6 | ** | 6 | ** |
7 | *****************************************************************************/ | 7 | *****************************************************************************/ |
8 | 8 | ||
9 | #include <opie/oapplicationfactory.h> | ||
10 | #include "tictac.h" | 9 | #include "tictac.h" |
11 | 10 | ||
11 | #include <opie2/oapplicationfactory.h> | ||
12 | |||
12 | OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> ) | 13 | 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 | |||
@@ -4,6 +4,6 @@ Priority: optional | |||
4 | Section: opie/games | 4 | Section: opie/games |
5 | Maintainer: ljp <ljp@llornkcor.com> | 5 | Maintainer: ljp <ljp@llornkcor.com> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: task-opie-minimal | 7 | Depends: task-opie-minimal, libopiecore2 |
8 | Description: Tic Tac Toe game. | 8 | Description: Tic Tac Toe game. |
9 | Version: $QPE_VERSION$EXTRAVERSION | 9 | Version: $QPE_VERSION$EXTRAVERSION |
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 | |||
@@ -4,7 +4,7 @@ SOURCES = main.cpp \ | |||
4 | tictac.cpp | 4 | tictac.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe -lopiecore2 |
8 | 8 | ||
9 | TARGET = tictac | 9 | TARGET = tictac |
10 | 10 | ||