author | benmeyer <benmeyer> | 2002-10-30 21:06:28 (UTC) |
---|---|---|
committer | benmeyer <benmeyer> | 2002-10-30 21:06:28 (UTC) |
commit | cd12578b756841ba437418524ab98178a0c8ee38 (patch) (unidiff) | |
tree | 5467d2901ebd86a7e549fcbc745062a1ecae5b15 | |
parent | 09a7deb82d32262a07d4c5fb903318cbcbb3b710 (diff) | |
download | opie-cd12578b756841ba437418524ab98178a0c8ee38.zip opie-cd12578b756841ba437418524ab98178a0c8ee38.tar.gz opie-cd12578b756841ba437418524ab98178a0c8ee38.tar.bz2 |
Might have a fix for the taskbar problem
-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 | ||