-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 db29ff3..5362f08 100644 --- a/kmicromail/main.cpp +++ b/kmicromail/main.cpp | |||
@@ -19,4 +19,5 @@ | |||
19 | #include <stdio.h> | 19 | #include <stdio.h> |
20 | #include "mainwindow.h" | 20 | #include "mainwindow.h" |
21 | #include "koprefs.h" | ||
21 | 22 | ||
22 | //using namespace Opie::Core; | 23 | //using namespace Opie::Core; |
@@ -30,5 +31,5 @@ int main( int argc, char **argv ) { | |||
30 | QApplication::setStyle( new QPlatinumStyle ()); | 31 | QApplication::setStyle( new QPlatinumStyle ()); |
31 | #endif | 32 | #endif |
32 | 33 | a.setFont( KOPrefs::instance()->mAppFont ); | |
33 | KGlobal::setAppName( "kopiemail" ); | 34 | KGlobal::setAppName( "kopiemail" ); |
34 | QString fileName ; | 35 | QString fileName ; |