summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/confedit/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/confedit/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/apps/confedit/main.cpp b/noncore/apps/confedit/main.cpp
index 584e6b2..3a010dd 100644
--- a/noncore/apps/confedit/main.cpp
+++ b/noncore/apps/confedit/main.cpp
@@ -1,2 +1 @@
-
#include "mainwindow.h"
@@ -4,2 +3,4 @@
+using namespace Opie::Core;
+
OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )