From 47025f3e8808c000e93a1d97585a83a5d7790285 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 15 May 2024 12:40:29 +0900 Subject: Replace KDE_DEPRECATED with TDE_DEPRECATED Signed-off-by: Michele Calgaro (cherry picked from commit 2f5f281048b6969c784a62fa296e9dac65c246d3) --- libkholidays/kholidays.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libkholidays/kholidays.h') 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 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& ); -- cgit v1.2.1