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) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/blue-pin/main.cc9
1 files changed, 7 insertions, 2 deletions
diff --git a/noncore/net/opietooth/blue-pin/main.cc b/noncore/net/opietooth/blue-pin/main.cc
index dbe5b41..90d42e0 100644
--- a/noncore/net/opietooth/blue-pin/main.cc
+++ b/noncore/net/opietooth/blue-pin/main.cc
@@ -7,5 +7,10 @@
#include "pindlg.h"
-using namespace Opie::Core;
-OPIE_EXPORT_APP( OApplicationFactory<OpieTooth::PinDlg> )
+int main(int argc, char *argv[]) {
+ QPEApplication oapp(argc, argv);
+
+ OpieTooth::PinDlg dlg;
+ return oapp.exec();
+}
+