|
|
@ -137,9 +137,10 @@ TQPixmap WeatherService::currentIcon(const TQString &stationID)
|
|
|
|
TQPixmap WeatherService::icon(const TQString &stationID)
|
|
|
|
TQPixmap WeatherService::icon(const TQString &stationID)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
kdDebug(12006) << "Get the current weather icon.." << endl;
|
|
|
|
kdDebug(12006) << "Get the current weather icon.." << endl;
|
|
|
|
TQString icon = iconFileName(stationID);
|
|
|
|
return kapp->iconLoader()->loadIcon(
|
|
|
|
TQPixmap theIcon = TQPixmap(icon);
|
|
|
|
iconFileName(stationID),
|
|
|
|
return theIcon;
|
|
|
|
TDEIcon::Desktop
|
|
|
|
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
TQString WeatherService::currentIconString(const TQString &stationID)
|
|
|
|
TQString WeatherService::currentIconString(const TQString &stationID)
|
|
|
|