summaryrefslogtreecommitdiffstats
path: root/libkcal/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/event.h')
-rw-r--r--libkcal/event.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkcal/event.h b/libkcal/event.h
index 9bd217e1..707453ae 100644
--- a/libkcal/event.h
+++ b/libkcal/event.h
@@ -22,7 +22,7 @@
#define KCAL_EVENT_H
#include "incidence.h"
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KCal {
@@ -74,7 +74,7 @@ class LIBKCAL_EXPORT Event : public Incidence
settings.
@deprecated use IncidenceFormatter::timeToString()
*/
- TQString KDE_DEPRECATED dtEndTimeStr() const;
+ TQString TDE_DEPRECATED dtEndTimeStr() const;
/**
Return end date as string formatted according to the users locale
settings.
@@ -83,13 +83,13 @@ class LIBKCAL_EXPORT Event : public Incidence
long format
@deprecated use IncidenceFormatter::dateToString()
*/
- TQString KDE_DEPRECATED dtEndDateStr( bool shortfmt = true ) const;
+ TQString TDE_DEPRECATED dtEndDateStr( bool shortfmt = true ) const;
/**
Return end date and time as string formatted according to the users locale
settings.
@deprecated use IncidenceFormatter::dateTimeToString()
*/
- TQString KDE_DEPRECATED dtEndStr() const;
+ TQString TDE_DEPRECATED dtEndStr() const;
/**
Set whether the event has an end date/time.