-rw-r--r-- | core/pim/today/todayconfig.cpp | 6 | ||||
-rw-r--r-- | core/pim/today/todayconfig.h | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/core/pim/today/todayconfig.cpp b/core/pim/today/todayconfig.cpp index 04f595b..472da50 100644 --- a/core/pim/today/todayconfig.cpp +++ b/core/pim/today/todayconfig.cpp | |||
@@ -90,6 +90,8 @@ TodayConfig::TodayConfig( QWidget* parent, const char* name, bool modal, WFlags | |||
90 | 90 | ||
91 | m_applets_changed = false; | 91 | m_applets_changed = false; |
92 | 92 | ||
93 | // TabWidget3->setCurrentTab( tab_2 ); | ||
94 | |||
93 | connect ( m_appletListView , SIGNAL( clicked ( QListViewItem * ) ), this, SLOT( appletChanged ( ) ) ); | 95 | connect ( m_appletListView , SIGNAL( clicked ( QListViewItem * ) ), this, SLOT( appletChanged ( ) ) ); |
94 | 96 | ||
95 | readConfig(); | 97 | readConfig(); |
@@ -205,8 +207,10 @@ void TodayConfig::pluginManagement( QString libName, QString name, QPixmap icon | |||
205 | } | 207 | } |
206 | 208 | ||
207 | m_applets[libName] = item; | 209 | m_applets[libName] = item; |
208 | } | ||
209 | 210 | ||
211 | // kind of hack to get the first tab as default. | ||
212 | TabWidget3->setCurrentTab( tab_2 ); | ||
213 | } | ||
210 | 214 | ||
211 | void TodayConfig::appletChanged() { | 215 | void TodayConfig::appletChanged() { |
212 | m_applets_changed = true; | 216 | m_applets_changed = true; |
diff --git a/core/pim/today/todayconfig.h b/core/pim/today/todayconfig.h index 49cd10f..7c261bd 100644 --- a/core/pim/today/todayconfig.h +++ b/core/pim/today/todayconfig.h | |||
@@ -40,6 +40,7 @@ public: | |||
40 | void writeConfig(); | 40 | void writeConfig(); |
41 | void pluginManagement( QString libName, QString name, QPixmap icon ); | 41 | void pluginManagement( QString libName, QString name, QPixmap icon ); |
42 | 42 | ||
43 | |||
43 | protected slots: | 44 | protected slots: |
44 | void appletChanged(); | 45 | void appletChanged(); |
45 | void moveSelectedUp(); | 46 | void moveSelectedUp(); |