summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/main.cpp
Unidiff
Diffstat (limited to 'noncore/games/tictac/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/tictac/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/games/tictac/main.cpp b/noncore/games/tictac/main.cpp
index b8193f7..f3df375 100644
--- a/noncore/games/tictac/main.cpp
+++ b/noncore/games/tictac/main.cpp
@@ -7,7 +7,8 @@
7*****************************************************************************/ 7*****************************************************************************/
8 8
9#include "tictac.h" 9#include "tictac.h"
10 10
11#include <opie2/oapplicationfactory.h> 11#include <opie2/oapplicationfactory.h>
12 12
13using namespace Opie::Core;
13OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> ) 14OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> )