summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/main.cpp
Unidiff
Diffstat (limited to 'noncore/apps/tinykate/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tinykate/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/apps/tinykate/main.cpp b/noncore/apps/tinykate/main.cpp
index e62930c..c14d10a 100644
--- a/noncore/apps/tinykate/main.cpp
+++ b/noncore/apps/tinykate/main.cpp
@@ -1,4 +1,5 @@
1/*************************************************************************** 1/***************************************************************************
2
2 main.cpp 3 main.cpp
3 ------------------- 4 -------------------
4 begin : November 2002 5 begin : November 2002
@@ -18,5 +19,7 @@
18 19
19#include "tinykate.h" 20#include "tinykate.h"
20 21
22using namespace Opie::Core;
23
21OPIE_EXPORT_APP( OApplicationFactory<TinyKate> ) 24OPIE_EXPORT_APP( OApplicationFactory<TinyKate> )
22 25