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 /tderesources/exchange | |
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 'tderesources/exchange')
-rw-r--r-- | tderesources/exchange/resourceexchange.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/exchange/resourceexchange.h b/tderesources/exchange/resourceexchange.h index 23113dadb..c944e9d71 100644 --- a/tderesources/exchange/resourceexchange.h +++ b/tderesources/exchange/resourceexchange.h @@ -84,7 +84,7 @@ class ResourceExchange : public ResourceCalendar, public IncidenceBase::Observer // void close(); /** Add Event to calendar. */ - KDE_DEPRECATED bool addEvent( Event *event ); + TDE_DEPRECATED bool addEvent( Event *event ); bool addEvent( Event *event, const TQString &subresource ); /** deletes an event from this calendar. */ @@ -121,7 +121,7 @@ class ResourceExchange : public ResourceCalendar, public IncidenceBase::Observer /** Add a todo to the todolist. */ - KDE_DEPRECATED bool addTodo( Todo *todo ); + TDE_DEPRECATED bool addTodo( Todo *todo ); bool addTodo( Todo *todo, const TQString &subresource ); /** Remove a todo from the todolist. @@ -142,7 +142,7 @@ class ResourceExchange : public ResourceCalendar, public IncidenceBase::Observer Todo::List rawTodosForDate( const TQDate &date ); /** Add a Journal entry to calendar */ - KDE_DEPRECATED bool addJournal( Journal *journal ); + TDE_DEPRECATED bool addJournal( Journal *journal ); bool addJournal( Journal *journal, const TQString &subresource ); /** deletes an event from this calendar. */ virtual bool deleteJournal(Journal *); |