summaryrefslogtreecommitdiff
path: root/noncore/unsupported/tabmanager/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/tabmanager/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/tabmanager/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/unsupported/tabmanager/main.cpp b/noncore/unsupported/tabmanager/main.cpp
new file mode 100644
index 0000000..cf6f835
--- a/dev/null
+++ b/noncore/unsupported/tabmanager/main.cpp
@@ -0,0 +1,5 @@
+#include "tabmainwindow.h"
+#include <opie2/oapplicationfactory.h>
+
+OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<TabMainWindow> )
+