summaryrefslogtreecommitdiff
path: root/noncore/unsupported/tabmanager/main.cpp
authormickeyl <mickeyl>2005-05-24 20:06:37 (UTC)
committer mickeyl <mickeyl>2005-05-24 20:06:37 (UTC)
commit2848aca68964a46fb2f786cc01a9b2583d599511 (patch) (side-by-side diff)
tree7fb18a2e165acd069ae5cbe0fa18205b67bfdae8 /noncore/unsupported/tabmanager/main.cpp
parent1ce0e947a999c2a98d6f6a78e69a8d1f433d7cba (diff)
downloadopie-2848aca68964a46fb2f786cc01a9b2583d599511.zip
opie-2848aca68964a46fb2f786cc01a9b2583d599511.tar.gz
opie-2848aca68964a46fb2f786cc01a9b2583d599511.tar.bz2
tabmanager -> unsupported
Diffstat (limited to 'noncore/unsupported/tabmanager/main.cpp') (more/less context) (show 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> )
+