summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/confedit/main.cpp') (more/less context) (ignore 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,5 +1,6 @@
-
#include "mainwindow.h"
#include <opie2/oapplicationfactory.h>
+using namespace Opie::Core;
+
OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )