summaryrefslogtreecommitdiff
path: root/core/pim/today/today.cpp
authorharlekin <harlekin>2002-09-21 21:15:59 (UTC)
committer harlekin <harlekin>2002-09-21 21:15:59 (UTC)
commit2e6dd40a0ba17ccf5503fa02bec810b0eeb82f8c (patch) (side-by-side diff)
tree5f302398099f158e8df188420e817017b1acb160 /core/pim/today/today.cpp
parent023b34ea1584474a0ba625be4b099cb9a2de376c (diff)
downloadopie-2e6dd40a0ba17ccf5503fa02bec810b0eeb82f8c.zip
opie-2e6dd40a0ba17ccf5503fa02bec810b0eeb82f8c.tar.gz
opie-2e6dd40a0ba17ccf5503fa02bec810b0eeb82f8c.tar.bz2
code cleanups
Diffstat (limited to 'core/pim/today/today.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.cpp6
1 files changed, 3 insertions, 3 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
@@ -193,7 +193,7 @@ void Today::loadPlugins() {
}
}
- if ( !m_allApplets.isEmpty() ) {
+ if ( !m_allApplets.isEmpty() ) {
TodayPlugin tempPlugin;
QStringList::Iterator stringit;
for( stringit = m_allApplets.begin(); stringit != m_allApplets.end(); ++stringit ) {
@@ -225,10 +225,10 @@ void Today::draw() {
plugin = pluginList[i];
if ( plugin.active ) {
- qDebug( plugin.name + " is ACTIVE " );
+ // qDebug( plugin.name + " is ACTIVE " );
plugin.guiBox->show();
} else {
- qDebug( plugin.name + " is INACTIVE" );
+ // qDebug( plugin.name + " is INACTIVE" );
plugin.guiBox->hide();
}
count++;