|
|
|
@ -72,10 +72,10 @@ class WeatherService : public TQObject, public DCOPObject
|
|
|
|
|
bool weatherDataAvailable(const TQString &stationID);
|
|
|
|
|
|
|
|
|
|
/* compatibility */
|
|
|
|
|
TQPixmap currentIcon(const TQString &stationID) KDE_DEPRECATED;
|
|
|
|
|
TQPixmap icon(const TQString &stationID) KDE_DEPRECATED;
|
|
|
|
|
TQString currentIconString(const TQString &stationID) KDE_DEPRECATED;
|
|
|
|
|
TQString iconFileName(const TQString &stationID) KDE_DEPRECATED;
|
|
|
|
|
TQPixmap currentIcon(const TQString &stationID) TDE_DEPRECATED;
|
|
|
|
|
TQPixmap icon(const TQString &stationID) TDE_DEPRECATED;
|
|
|
|
|
TQString currentIconString(const TQString &stationID) TDE_DEPRECATED;
|
|
|
|
|
TQString iconFileName(const TQString &stationID) TDE_DEPRECATED;
|
|
|
|
|
|
|
|
|
|
TQString stationName(const TQString &stationID);
|
|
|
|
|
TQString stationCountry(const TQString &stationID);
|
|
|
|
|