summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/main.cpp
authordrw <drw>2004-03-02 23:03:06 (UTC)
committer drw <drw>2004-03-02 23:03:06 (UTC)
commit039ba3c83a18540fd8ac788ac26821f8684db1f2 (patch) (unidiff)
tree839d57e8e66f72b879e3e713cf1a11c784a413f4 /noncore/games/tictac/main.cpp
parent4fa1dde4a5b15a46a6a1c252ac58fb3876cf1bbe (diff)
downloadopie-039ba3c83a18540fd8ac788ac26821f8684db1f2.zip
opie-039ba3c83a18540fd8ac788ac26821f8684db1f2.tar.gz
opie-039ba3c83a18540fd8ac788ac26821f8684db1f2.tar.bz2
TicTac: libopie -> libopie2
Diffstat (limited to 'noncore/games/tictac/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tictac/main.cpp3
1 files changed, 2 insertions, 1 deletions
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
@@ -3,10 +3,11 @@
3** 3**
4** This file is part of an example program for Qt. This example 4** This file is part of an example program for Qt. This example
5** program may be used, distributed and modified without limitation. 5** program may be used, distributed and modified without limitation.
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
12OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> ) 13OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> )