diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 12:40:29 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-15 18:45:14 +0900 |
| commit | 47025f3e8808c000e93a1d97585a83a5d7790285 (patch) | |
| tree | b7d5dfce91299c52b49d8eadb5e4d67c15e5287a /libkcal/event.h | |
| parent | a6bbab744254a7b3ca931cc3edfb3a083bee1301 (diff) | |
| download | tdepim-47025f3e.tar.gz tdepim-47025f3e.zip | |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2f5f281048b6969c784a62fa296e9dac65c246d3)
Diffstat (limited to 'libkcal/event.h')
| -rw-r--r-- | libkcal/event.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/event.h b/libkcal/event.h index ba0780fb..707453ae 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. |
