summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:40:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:40:54 +0900
commit0472cb9b1aeba40c305a3cdbc2831b1c01b6ba79 (patch)
tree1b234dc5ecd162139e1db634b28759f237facbf4
parenta09ba8a07f46123ea5e70e0d4896515f49770adc (diff)
downloadtdetoys-master.tar.gz
tdetoys-master.zip
Replace KDE_DEPRECATED with TDE_DEPRECATEDHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kweather/weatherservice.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kweather/weatherservice.h b/kweather/weatherservice.h
index 6b06133..df0587e 100644
--- a/kweather/weatherservice.h
+++ b/kweather/weatherservice.h
@@ -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);