summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/main.cpp
authormickeyl <mickeyl>2003-10-27 20:20:24 (UTC)
committer mickeyl <mickeyl>2003-10-27 20:20:24 (UTC)
commit651d29249946e7221fc85580453750d9e4be4fb0 (patch) (side-by-side diff)
treec42b13795bee233df19233245257bedf9a7afe10 /noncore/unsupported/mail2/main.cpp
parentb367c7a9a97082419832c62d879c1ed2c80b8249 (diff)
downloadopie-651d29249946e7221fc85580453750d9e4be4fb0.zip
opie-651d29249946e7221fc85580453750d9e4be4fb0.tar.gz
opie-651d29249946e7221fc85580453750d9e4be4fb0.tar.bz2
merge noncore/mail/*
Diffstat (limited to 'noncore/unsupported/mail2/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/main.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/noncore/unsupported/mail2/main.cpp b/noncore/unsupported/mail2/main.cpp
index ddacf3d..a11b4e2 100644
--- a/noncore/unsupported/mail2/main.cpp
+++ b/noncore/unsupported/mail2/main.cpp
@@ -2,13 +2,8 @@
#include "mainwindow.h"
-int main(int argc, char *argv[])
-{
- QPEApplication app(argc, argv);
+#include <opie/oapplicationfactory.h>
- MainWindow mw;
- app.showMainWidget(&mw);
+OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )
- return app.exec();
-}