diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:40:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 18:45:14 +0900 |
commit | 47025f3e8808c000e93a1d97585a83a5d7790285 (patch) | |
tree | b7d5dfce91299c52b49d8eadb5e4d67c15e5287a /libkholidays/kholidays.h | |
parent | a6bbab744254a7b3ca931cc3edfb3a083bee1301 (diff) | |
download | tdepim-47025f3e8808c000e93a1d97585a83a5d7790285.tar.gz tdepim-47025f3e8808c000e93a1d97585a83a5d7790285.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 2f5f281048b6969c784a62fa296e9dac65c246d3)
Diffstat (limited to 'libkholidays/kholidays.h')
-rw-r--r-- | libkholidays/kholidays.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkholidays/kholidays.h b/libkholidays/kholidays.h index 5afc63fc3..9dfc55da4 100644 --- a/libkholidays/kholidays.h +++ b/libkholidays/kholidays.h @@ -63,11 +63,11 @@ class TDE_EXPORT KHolidays { TQValueList<KHoliday> getHolidays( const TQDate& ); - KDE_DEPRECATED TQString shortText( const TQDate& ); - KDE_DEPRECATED TQString getHoliday( const TQDate& ); + TDE_DEPRECATED TQString shortText( const TQDate& ); + TDE_DEPRECATED TQString getHoliday( const TQDate& ); enum { WORKDAY, HOLIDAY }; - KDE_DEPRECATED int category( const TQDate& ); + TDE_DEPRECATED int category( const TQDate& ); private: bool parseFile( const TQDate& ); |