summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcecalendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/resourcecalendar.h')
-rw-r--r--libkcal/resourcecalendar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libkcal/resourcecalendar.h b/libkcal/resourcecalendar.h
index f33b7da4..84530421 100644
--- a/libkcal/resourcecalendar.h
+++ b/libkcal/resourcecalendar.h
@@ -41,7 +41,7 @@
#include <tderesources/resource.h>
#include <tderesources/manager.h>
#include <tdeabc/lock.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KCal {
@@ -56,7 +56,7 @@ class CalFormat;
*/
class LIBKCAL_EXPORT ResourceCalendar : public KRES::Resource
{
- Q_OBJECT
+ TQ_OBJECT
public:
ResourceCalendar( const TDEConfig * );
@@ -144,7 +144,7 @@ class LIBKCAL_EXPORT ResourceCalendar : public KRES::Resource
Add incidence to resource.
@deprecated use addIncidence(Incidence *,const TQString &) instead.
*/
- virtual KDE_DEPRECATED bool addIncidence( Incidence * );
+ virtual TDE_DEPRECATED bool addIncidence( Incidence * );
/**
Add incidence to resource and subresource.
@@ -166,7 +166,7 @@ class LIBKCAL_EXPORT ResourceCalendar : public KRES::Resource
Add event to resource.
@deprecated use addEvent(Event *,const TQString&) instead.
*/
- virtual KDE_DEPRECATED bool addEvent( Event *event ) = 0;
+ virtual TDE_DEPRECATED bool addEvent( Event *event ) = 0;
virtual bool addEvent( Event *event, const TQString &subresource ) = 0;
/**
@@ -270,7 +270,7 @@ class LIBKCAL_EXPORT ResourceCalendar : public KRES::Resource
Add a todo to the todolist.
@deprecated use addTodo(Todo *,const TQString &) instead.
*/
- virtual KDE_DEPRECATED bool addTodo( Todo *todo ) = 0;
+ virtual TDE_DEPRECATED bool addTodo( Todo *todo ) = 0;
virtual bool addTodo( Todo *todo, const TQString &subresource ) = 0;
/**
@@ -297,7 +297,7 @@ class LIBKCAL_EXPORT ResourceCalendar : public KRES::Resource
Add a Journal entry to the resource.
@deprecated use addJournal(Journal *,const TQString &) instead.
*/
- virtual KDE_DEPRECATED bool addJournal( Journal * ) = 0;
+ virtual TDE_DEPRECATED bool addJournal( Journal * ) = 0;
virtual bool addJournal( Journal *journal, const TQString &subresource ) = 0;
/**