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 12:40:29 +0900 |
commit | 2f5f281048b6969c784a62fa296e9dac65c246d3 (patch) | |
tree | bc1806e82c7188ea9ad2f8ff0653d048fc6f8700 /libkcal/todo.h | |
parent | fc33fbf5ae054e039bfd10238a5f1c6cdde6fea3 (diff) | |
download | tdepim-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/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 74e1b39df..25e630455 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. |