-rw-r--r-- | core/pim/today/today.cpp | 6 | ||||
-rw-r--r-- | core/pim/today/todaybase.cpp | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp index 901a61a..7673df5 100644 --- a/core/pim/today/today.cpp +++ b/core/pim/today/today.cpp | |||
@@ -195,3 +195,3 @@ void Today::loadPlugins() { | |||
195 | 195 | ||
196 | if ( !m_allApplets.isEmpty() ) { | 196 | if ( !m_allApplets.isEmpty() ) { |
197 | TodayPlugin tempPlugin; | 197 | TodayPlugin tempPlugin; |
@@ -227,6 +227,6 @@ void Today::draw() { | |||
227 | if ( plugin.active ) { | 227 | if ( plugin.active ) { |
228 | qDebug( plugin.name + " is ACTIVE " ); | 228 | // qDebug( plugin.name + " is ACTIVE " ); |
229 | plugin.guiBox->show(); | 229 | plugin.guiBox->show(); |
230 | } else { | 230 | } else { |
231 | qDebug( plugin.name + " is INACTIVE" ); | 231 | // qDebug( plugin.name + " is INACTIVE" ); |
232 | plugin.guiBox->hide(); | 232 | plugin.guiBox->hide(); |
diff --git a/core/pim/today/todaybase.cpp b/core/pim/today/todaybase.cpp index 800ca5d..1424b95 100644 --- a/core/pim/today/todaybase.cpp +++ b/core/pim/today/todaybase.cpp | |||
@@ -36,4 +36,2 @@ TodayBase::TodayBase( QWidget* parent, const char* name, WFlags fl ) | |||
36 | 36 | ||
37 | QVBoxLayout *mainLayout = new QVBoxLayout( this ); | ||
38 | |||
39 | QPalette pal = this->palette(); | 37 | QPalette pal = this->palette(); |