summaryrefslogtreecommitdiffstats
path: root/libkcal/todo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/todo.h')
-rw-r--r--libkcal/todo.h6
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.