summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/main.cpp
Unidiff
Diffstat (limited to 'noncore/games/kcheckers/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/kcheckers/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/games/kcheckers/main.cpp b/noncore/games/kcheckers/main.cpp
index 79b5ac7..8c708e2 100644
--- a/noncore/games/kcheckers/main.cpp
+++ b/noncore/games/kcheckers/main.cpp
@@ -1,9 +1,10 @@
1 1
2 2
3#include "kcheckers.h" 3#include "kcheckers.h"
4 4
5#include <opie2/oapplicationfactory.h> 5#include <opie2/oapplicationfactory.h>
6 6
7using namespace Opie::Core;
7OPIE_EXPORT_APP( OApplicationFactory<KCheckers> ) 8OPIE_EXPORT_APP( OApplicationFactory<KCheckers> )
8 9
9 10