-rw-r--r-- | noncore/net/networksetup/main.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/networksetup/main.cpp b/noncore/net/networksetup/main.cpp index 52cb92b..a9d1a87 100644 --- a/noncore/net/networksetup/main.cpp +++ b/noncore/net/networksetup/main.cpp | |||
@@ -1,13 +1,13 @@ | |||
1 | #include "mainwindowimp.h" | 1 | #include "mainwindowimp.h" |
2 | #include <qpe/qpeapplication.h> | 2 | #include <qpe/qpeapplication.h> |
3 | 3 | ||
4 | int main(int argc, char **argv) | 4 | int main(int argc, char **argv) |
5 | { | 5 | { |
6 | QPEApplication app(argc, argv); | 6 | QPEApplication app(argc, argv); |
7 | MainWindowImp window; | 7 | MainWindowImp window; |
8 | window.showMaximized(); | 8 | app.showMainWidget(&window); |
9 | return app.exec(); | 9 | return app.exec(); |
10 | } | 10 | } |
11 | 11 | ||
12 | // main.cpp | 12 | // main.cpp |
13 | 13 | ||
diff --git a/noncore/settings/networksettings/main.cpp b/noncore/settings/networksettings/main.cpp index 52cb92b..a9d1a87 100644 --- a/noncore/settings/networksettings/main.cpp +++ b/noncore/settings/networksettings/main.cpp | |||
@@ -1,13 +1,13 @@ | |||
1 | #include "mainwindowimp.h" | 1 | #include "mainwindowimp.h" |
2 | #include <qpe/qpeapplication.h> | 2 | #include <qpe/qpeapplication.h> |
3 | 3 | ||
4 | int main(int argc, char **argv) | 4 | int main(int argc, char **argv) |
5 | { | 5 | { |
6 | QPEApplication app(argc, argv); | 6 | QPEApplication app(argc, argv); |
7 | MainWindowImp window; | 7 | MainWindowImp window; |
8 | window.showMaximized(); | 8 | app.showMainWidget(&window); |
9 | return app.exec(); | 9 | return app.exec(); |
10 | } | 10 | } |
11 | 11 | ||
12 | // main.cpp | 12 | // main.cpp |
13 | 13 | ||