summaryrefslogtreecommitdiff
path: root/noncore/comm/mobilemsg/main.cpp
Unidiff
Diffstat (limited to 'noncore/comm/mobilemsg/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/comm/mobilemsg/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/noncore/comm/mobilemsg/main.cpp b/noncore/comm/mobilemsg/main.cpp
deleted file mode 100644
index f65d12e..0000000
--- a/noncore/comm/mobilemsg/main.cpp
+++ b/dev/null
@@ -1,12 +0,0 @@
1#include "mobilemsg.h"
2#include <qpe/qpeapplication.h>
3
4int main( int argc, char ** argv )
5{
6 QPEApplication a( argc, argv );
7
8 MobileMsg mw;
9 a.showMainWidget( &mw );
10
11 return a.exec();
12}