summaryrefslogtreecommitdiff
path: root/noncore/games/snake/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/snake/main.cpp') (more/less context) (show 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
@@ -17,12 +17,12 @@
** not clear to you.
**
**********************************************************************/
#include "interface.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<SnakeGame> )