summaryrefslogtreecommitdiffstats
path: root/libkcal/event.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:40:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-15 12:40:29 +0900
commit2f5f281048b6969c784a62fa296e9dac65c246d3 (patch)
treebc1806e82c7188ea9ad2f8ff0653d048fc6f8700 /libkcal/event.h
parentfc33fbf5ae054e039bfd10238a5f1c6cdde6fea3 (diff)
downloadtdepim-2f5f281048b6969c784a62fa296e9dac65c246d3.tar.gz
tdepim-2f5f281048b6969c784a62fa296e9dac65c246d3.zip
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkcal/event.h')
-rw-r--r--libkcal/event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/event.h b/libkcal/event.h
index ba0780fb3..707453ae9 100644
--- a/libkcal/event.h
+++ b/libkcal/event.h
@@ -74,7 +74,7 @@ class LIBKCAL_EXPORT Event : public Incidence
settings.
@deprecated use IncidenceFormatter::timeToString()
*/
- TQString KDE_DEPRECATED dtEndTimeStr() const;
+ TQString TDE_DEPRECATED dtEndTimeStr() const;
/**
Return end date as string formatted according to the users locale
settings.
@@ -83,13 +83,13 @@ class LIBKCAL_EXPORT Event : public Incidence
long format
@deprecated use IncidenceFormatter::dateToString()
*/
- TQString KDE_DEPRECATED dtEndDateStr( bool shortfmt = true ) const;
+ TQString TDE_DEPRECATED dtEndDateStr( bool shortfmt = true ) const;
/**
Return end date and time as string formatted according to the users locale
settings.
@deprecated use IncidenceFormatter::dateTimeToString()
*/
- TQString KDE_DEPRECATED dtEndStr() const;
+ TQString TDE_DEPRECATED dtEndStr() const;
/**
Set whether the event has an end date/time.