-rw-r--r-- | kmicromail/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kmicromail/main.cpp b/kmicromail/main.cpp index 5362f08..8947ff8 100644 --- a/kmicromail/main.cpp +++ b/kmicromail/main.cpp | |||
@@ -16,13 +16,13 @@ | |||
16 | #include <qdir.h> | 16 | #include <qdir.h> |
17 | #include <kstandarddirs.h> | 17 | #include <kstandarddirs.h> |
18 | #include <kglobal.h> | 18 | #include <kglobal.h> |
19 | #include <stdio.h> | 19 | #include <stdio.h> |
20 | #include "mainwindow.h" | 20 | #include "mainwindow.h" |
21 | #include "koprefs.h" | 21 | #include "koprefs.h" |
22 | 22 | void dumpMissing(); | |
23 | //using namespace Opie::Core; | 23 | //using namespace Opie::Core; |
24 | int main( int argc, char **argv ) { | 24 | int main( int argc, char **argv ) { |
25 | 25 | ||
26 | #ifndef DESKTOP_VERSION | 26 | #ifndef DESKTOP_VERSION |
27 | QPEApplication a( argc, argv ); | 27 | QPEApplication a( argc, argv ); |
28 | a.setKeepRunning (); | 28 | a.setKeepRunning (); |
@@ -54,9 +54,10 @@ int main( int argc, char **argv ) { | |||
54 | a.setMainWidget(&mw ); | 54 | a.setMainWidget(&mw ); |
55 | mw.show(); | 55 | mw.show(); |
56 | //m.resize( 800, 600 ); | 56 | //m.resize( 800, 600 ); |
57 | QObject::connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit())); | 57 | QObject::connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit())); |
58 | #endif | 58 | #endif |
59 | int rv = a.exec(); | 59 | int rv = a.exec(); |
60 | dumpMissing(); | ||
60 | return rv; | 61 | return rv; |
61 | 62 | ||
62 | } | 63 | } |