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