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/pim') diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp index 139c91b..c83a5df 100644 --- a/core/pim/today/today.cpp +++ b/core/pim/today/today.cpp @@ -82,7 +82,7 @@ Today::Today( QWidget* parent, const char* name, WFlags fl ) qApp->processEvents(); loadPlugins(); - showMaximized(); + QPEApplication::showWidget( this ); } /** diff --git a/core/pim/today/todayconfig.cpp b/core/pim/today/todayconfig.cpp index e71c5b0..9ced0d8 100644 --- a/core/pim/today/todayconfig.cpp +++ b/core/pim/today/todayconfig.cpp @@ -19,6 +19,7 @@ #include #include #include +#include #include #include @@ -87,7 +88,7 @@ TodayConfig::TodayConfig( QWidget* parent, const char* name, bool modal ) connect ( m_appletListView , SIGNAL( clicked ( QListViewItem * ) ), this, SLOT( appletChanged ( ) ) ); readConfig(); - showMaximized(); + QPEApplication::showDialog( this ); } -- cgit v0.9.0.2