-rw-r--r-- | noncore/settings/backup/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/backup/main.cpp b/noncore/settings/backup/main.cpp index 7e36741..676e1f0 100644 --- a/noncore/settings/backup/main.cpp +++ b/noncore/settings/backup/main.cpp | |||
@@ -1,14 +1,14 @@ | |||
1 | #include "backuprestore.h" | 1 | #include "backuprestore.h" |
2 | #include "qnetworkprotocol.h" | 2 | #include "qnetworkprotocol.h" |
3 | #include <qpe/qpeapplication.h> | 3 | #include <qpe/qpeapplication.h> |
4 | 4 | ||
5 | int main(int argc, char *argv[]) { | 5 | int main(int argc, char *argv[]) { |
6 | QPEApplication a( argc, argv ); | 6 | QPEApplication a( argc, argv ); |
7 | 7 | ||
8 | BackupAndRestore app(0, "mainwindow"); | 8 | BackupAndRestore app(0, "mainwindow"); |
9 | app.show(); | 9 | a.showMainWidget(&app); |
10 | return a.exec(); | 10 | return a.exec(); |
11 | } | 11 | } |
12 | 12 | ||
13 | // main.cpp | 13 | // main.cpp |
14 | 14 | ||