summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/blue-pin/main.cc
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/blue-pin/main.cc') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/blue-pin/main.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opietooth/blue-pin/main.cc b/noncore/net/opietooth/blue-pin/main.cc
index aa360aa..29e46ae 100644
--- a/noncore/net/opietooth/blue-pin/main.cc
+++ b/noncore/net/opietooth/blue-pin/main.cc
@@ -5,2 +5,3 @@
#include <qpe/qpeapplication.h>
+#include <opie2/oapplicationfactory.h>
@@ -8,2 +9,4 @@
+using namespace Opie::Core;
+OPIE_EXPORT_APP( OApplicationFactory<OpieTooth::PinDlg> )