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/launcher/tabssettings.cpp') diff --git a/core/settings/launcher/tabssettings.cpp b/core/settings/launcher/tabssettings.cpp index a3d31a5..17a1609 100644 --- a/core/settings/launcher/tabssettings.cpp +++ b/core/settings/launcher/tabssettings.cpp @@ -32,6 +32,7 @@ #include #include #include +#include #include #include @@ -300,8 +301,7 @@ void TabsSettings::editClicked ( ) TabDialog *d = new TabDialog ( m_list-> pixmap ( ind ), m_list-> text ( ind ), tc, this, "TabDialog", true ); - d-> showMaximized ( ); - if ( d-> exec ( ) == QDialog::Accepted ) { + if ( QPEApplication::execDialog( d ) == QDialog::Accepted ) { tc. m_changed = true; m_tabs [m_ids [ind]] = tc; -- cgit v0.9.0.2