summaryrefslogtreecommitdiffstats
path: root/kweather/weatherservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/weatherservice.cpp')
-rw-r--r--kweather/weatherservice.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kweather/weatherservice.cpp b/kweather/weatherservice.cpp
index 966216b..aa8454a 100644
--- a/kweather/weatherservice.cpp
+++ b/kweather/weatherservice.cpp
@@ -150,7 +150,7 @@ TQPixmap WeatherService::icon(const TQString &stationID)
return kapp->iconLoader()->loadIcon(
iconFileName(stationID),
TDEIcon::Desktop
- );
+ );
}
TQString WeatherService::currentIconString(const TQString &stationID)
@@ -165,7 +165,7 @@ TQString WeatherService::iconFileName(const TQString &stationID)
void WeatherService::useIconTheme(bool use)
{
- kdDebug() << "[!!!] received signal to set useIconTheme to " << use << endl;
+ kdDebug(12006) << "Received signal to set useIconTheme to " << use << endl;
WeatherIconPrivate::instance()->useIconTheme(use);
}
@@ -214,7 +214,7 @@ void WeatherService::removeStation(const TQString &stationID)
m_weatherLib->remove(stationID);
saveSettings();
emit stationRemoved(stationID);
- kdDebug() << "KWeatherService: station removed: " << stationID << endl;
+ kdDebug(12006) << "Station removed: " << stationID << endl;
}
void WeatherService::addStation(const TQString &stationID)
@@ -222,7 +222,7 @@ void WeatherService::addStation(const TQString &stationID)
m_weatherLib->update(stationID);
saveSettings();
emit stationAdded(stationID);
- kdDebug() << "KWeatherService: station added: " << stationID << endl;
+ kdDebug(12006) << "Station added: " << stationID << endl;
}
void WeatherService::exit()