summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix
Unidiff
Diffstat (limited to 'noncore/games/tetrix') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/tetrix/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/games/tetrix/main.cpp b/noncore/games/tetrix/main.cpp
index 147d13d..6194bbf 100644
--- a/noncore/games/tetrix/main.cpp
+++ b/noncore/games/tetrix/main.cpp
@@ -20,8 +20,9 @@
20 20
21#include "qtetrix.h" 21#include "qtetrix.h"
22 22
23 23
24#include <opie2/oapplicationfactory.h> 24#include <opie2/oapplicationfactory.h>
25 25
26using namespace Opie::Core;
26OPIE_EXPORT_APP( OApplicationFactory<QTetrix> ) 27OPIE_EXPORT_APP( OApplicationFactory<QTetrix> )
27 28