summaryrefslogtreecommitdiff
path: root/noncore/net/opiestumbler/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opiestumbler/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opiestumbler/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/net/opiestumbler/main.cpp b/noncore/net/opiestumbler/main.cpp
new file mode 100644
index 0000000..5b5770d
--- a/dev/null
+++ b/noncore/net/opiestumbler/main.cpp
@@ -0,0 +1,6 @@
+#include "opiestumbler.h"
+
+#include <opie2/oapplicationfactory.h>
+
+using namespace Opie::Core;
+OPIE_EXPORT_APP_V2( OApplicationFactory<OpieStumbler>, "OpieStumbler" )