From 6506eeeeaa8d52ae0895630de00e38bc2b8ff10c Mon Sep 17 00:00:00 2001 From: ar Date: Sun, 08 Feb 2004 16:09:19 +0000 Subject: improve support for BigScreen --- (limited to 'core/settings/button/buttonsettings.cpp') diff --git a/core/settings/button/buttonsettings.cpp b/core/settings/button/buttonsettings.cpp index 523e295..141e0f6 100644 --- a/core/settings/button/buttonsettings.cpp +++ b/core/settings/button/buttonsettings.cpp @@ -214,8 +214,7 @@ void ButtonSettings::edit ( buttoninfo *bi, bool hold ) RemapDlg *d = new RemapDlg ( bi-> m_button, hold, this ); - d-> showMaximized ( ); - if ( d-> exec ( ) == QDialog::Accepted ) { + if ( QPEApplication::execDialog ( d ) == QDialog::Accepted ) { if ( hold ) { -- cgit v0.9.0.2