summaryrefslogtreecommitdiff
path: root/noncore/games/snake/main.cpp
authordrw <drw>2004-03-02 21:15:41 (UTC)
committer drw <drw>2004-03-02 21:15:41 (UTC)
commitf98648a75f6c5df1a5c16f5e024d367951adda70 (patch) (side-by-side diff)
tree3649a9d10e3e789667c2d3e1f8d9d3ccc3f194e8 /noncore/games/snake/main.cpp
parent212d3c47126304828e5e5a0c2179ab444d033c51 (diff)
downloadopie-f98648a75f6c5df1a5c16f5e024d367951adda70.zip
opie-f98648a75f6c5df1a5c16f5e024d367951adda70.tar.gz
opie-f98648a75f6c5df1a5c16f5e024d367951adda70.tar.bz2
Snake: libopie -> libopie2
Diffstat (limited to 'noncore/games/snake/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/snake/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/snake/main.cpp b/noncore/games/snake/main.cpp
index 9a9b167..44f742f 100644
--- a/noncore/games/snake/main.cpp
+++ b/noncore/games/snake/main.cpp
@@ -20,7 +20,7 @@
#include "interface.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<SnakeGame> )