summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/noncore/settings/networksettings2/main.cpp b/noncore/settings/networksettings2/main.cpp
index 8487e3e..973b4b7 100644
--- a/noncore/settings/networksettings2/main.cpp
+++ b/noncore/settings/networksettings2/main.cpp
@@ -45,7 +45,3 @@ int main( int argc, char * argv[] ) {
-#ifdef _WS_QWS_
QPEApplication * TheApp;
-#else
- QApplication * TheApp;
-#endif
@@ -86,3 +82,2 @@ int main( int argc, char * argv[] ) {
// Start Qt
-#ifdef _WS_QWS_
// because QPEApplication does not handle GuiType well
@@ -95,5 +90,2 @@ int main( int argc, char * argv[] ) {
}
-#else
- TheApp = new QApplication( argc, argv, GuiType );
-#endif
@@ -153,7 +145,3 @@ int main( int argc, char * argv[] ) {
W->show();
-#ifdef _WS_QWS_
W->showMaximized();
-#else
- W->resize( W->sizeHint() );
-#endif
rv = TheApp->exec();