diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:40:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 18:48:10 +0900 |
commit | f58a8da21d8f564b76be91ad645e478a490b36d0 (patch) | |
tree | f751ae767b12fe732d60c5c40e19ea21d8c52659 | |
parent | 02300d4979b0a1db71834d5763e4a1e7b4f12335 (diff) | |
download | tdetoys-f58a8da21d8f564b76be91ad645e478a490b36d0.tar.gz tdetoys-f58a8da21d8f564b76be91ad645e478a490b36d0.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0472cb9b1aeba40c305a3cdbc2831b1c01b6ba79)
-rw-r--r-- | kweather/weatherservice.h | 8 |
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); |