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/todo.h | |
parent | a6bbab744254a7b3ca931cc3edfb3a083bee1301 (diff) | |
download | tdepim-47025f3e8808c000e93a1d97585a83a5d7790285.tar.gz tdepim-47025f3e8808c000e93a1d97585a83a5d7790285.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/todo.h')
-rw-r--r-- | libkcal/todo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/todo.h b/libkcal/todo.h index 74e1b39d..25e63045 100644 --- a/libkcal/todo.h +++ b/libkcal/todo.h @@ -68,7 +68,7 @@ class LIBKCAL_EXPORT Todo : public Incidence settings. @deprecated use IncidenceFormatter::timeToString() */ - KDE_DEPRECATED TQString dtDueTimeStr() const; + TDE_DEPRECATED TQString dtDueTimeStr() const; /** Returns due date as string formatted according to the users locale @@ -78,14 +78,14 @@ class LIBKCAL_EXPORT Todo : public Incidence long format. @deprecated use IncidenceFormatter::dateToString() */ - KDE_DEPRECATED TQString dtDueDateStr( bool shortfmt = true ) const; + TDE_DEPRECATED TQString dtDueDateStr( bool shortfmt = true ) const; /** Returns due date and time as string formatted according to the users locale settings. @deprecated use IncidenceFormatter::dateTimeToString() */ - KDE_DEPRECATED TQString dtDueStr() const; + TDE_DEPRECATED TQString dtDueStr() const; /** Returns true if the todo has a due date, otherwise return false. |