summaryrefslogtreecommitdiff
path: root/noncore/net/opiestumbler/main.cpp
Unidiff
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 @@
1#include "opiestumbler.h"
2
3#include <opie2/oapplicationfactory.h>
4
5using namespace Opie::Core;
6OPIE_EXPORT_APP_V2( OApplicationFactory<OpieStumbler>, "OpieStumbler" )