summaryrefslogtreecommitdiff
path: root/noncore/games/wordgame/main.cpp
authordrw <drw>2004-03-02 22:58:25 (UTC)
committer drw <drw>2004-03-02 22:58:25 (UTC)
commit9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7 (patch) (side-by-side diff)
treee6b7a1d5ba786e5058c1956d12cca1bd1ebd3049 /noncore/games/wordgame/main.cpp
parent3f5ca7734d2534ca90c13228504b6218f18f5afe (diff)
downloadopie-9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7.zip
opie-9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7.tar.gz
opie-9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7.tar.bz2
Word game: libopie -> libopie2, added libwordgames.so* to control file
Diffstat (limited to 'noncore/games/wordgame/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/wordgame/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/wordgame/main.cpp b/noncore/games/wordgame/main.cpp
index eb3e2f2..7fd5f50 100644
--- a/noncore/games/wordgame/main.cpp
+++ b/noncore/games/wordgame/main.cpp
@@ -20,7 +20,7 @@
#include "wordgame.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<WordGame> )