From 460258f203be746ff79e14f32a823f381b8ea513 Mon Sep 17 00:00:00 2001 From: ar Date: Sat, 21 Feb 2004 15:27:41 +0000 Subject: improve support for BigScreen --- (limited to 'noncore/net/wellenreiter/gui/mainwindow.cpp') diff --git a/noncore/net/wellenreiter/gui/mainwindow.cpp b/noncore/net/wellenreiter/gui/mainwindow.cpp index 3729ed0..95a8294 100644 --- a/noncore/net/wellenreiter/gui/mainwindow.cpp +++ b/noncore/net/wellenreiter/gui/mainwindow.cpp @@ -177,10 +177,7 @@ void WellenreiterMainWindow::showConfigure() { qDebug( "show configure..." ); cw->setCaption( tr( "Configure" ) ); - #ifdef QWS - cw->showMaximized(); - #endif - int result = cw->exec(); + int result = QPEApplication::execDialog( cw ); if ( result ) updateToolButtonState(); } -- cgit v0.9.0.2