summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/main.cpp
Side-by-side diff
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
@@ -6,7 +6,8 @@
**
*****************************************************************************/
-#include <opie/oapplicationfactory.h>
#include "tictac.h"
+#include <opie2/oapplicationfactory.h>
+
OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> )