summaryrefslogtreecommitdiff
path: root/noncore/unsupported/tabmanager/main.cpp
Unidiff
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 @@
1#include "tabmainwindow.h"
2#include <opie2/oapplicationfactory.h>
3
4OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<TabMainWindow> )
5