summaryrefslogtreecommitdiffstats
path: root/tderesources/slox/kcalresourceslox.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/slox/kcalresourceslox.h')
-rw-r--r--tderesources/slox/kcalresourceslox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/slox/kcalresourceslox.h b/tderesources/slox/kcalresourceslox.h
index 39a2757e..59db8a9f 100644
--- a/tderesources/slox/kcalresourceslox.h
+++ b/tderesources/slox/kcalresourceslox.h
@@ -31,7 +31,7 @@
#include <kurl.h>
#include <tdeconfig.h>
#include <kdirwatch.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
#include <libkcal/incidence.h>
#include <libkcal/todo.h>
@@ -58,9 +58,9 @@ class SloxAccounts;
/**
This class provides a calendar stored as a remote file.
*/
-class KDE_EXPORT KCalResourceSlox : public KCal::ResourceCached, public SloxBase
+class TDE_EXPORT KCalResourceSlox : public KCal::ResourceCached, public SloxBase
{
- Q_OBJECT
+ TQ_OBJECT
friend class KCalResourceSloxConfig;