summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/main.cpp b/noncore/net/opietooth/manager/main.cpp
index 82aeebd..a96f128 100644
--- a/noncore/net/opietooth/manager/main.cpp
+++ b/noncore/net/opietooth/manager/main.cpp
@@ -1,4 +1,6 @@
/*
+using namespace Opie::Core;
+using namespace Opie::Core;
* main.cpp
*
* ---------------------
@@ -19,7 +21,7 @@
#include "bluebase.h"
#include <qpe/qpeapplication.h>
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<OpieTooth::BlueBase> )