summaryrefslogtreecommitdiffstats
path: root/tderesources/featureplan/kcal_resourcefeatureplan.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/featureplan/kcal_resourcefeatureplan.h')
-rw-r--r--tderesources/featureplan/kcal_resourcefeatureplan.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/featureplan/kcal_resourcefeatureplan.h b/tderesources/featureplan/kcal_resourcefeatureplan.h
index 2d492897..fa83bef7 100644
--- a/tderesources/featureplan/kcal_resourcefeatureplan.h
+++ b/tderesources/featureplan/kcal_resourcefeatureplan.h
@@ -29,7 +29,7 @@
#include <tdeabc/locknull.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
#include <tdeconfig.h>
namespace KCal {
@@ -37,9 +37,9 @@ namespace KCal {
/**
This class represents a featureplan (in KDE XML format)
*/
-class KDE_EXPORT ResourceFeaturePlan : public ResourceCached
+class TDE_EXPORT ResourceFeaturePlan : public ResourceCached
{
- Q_OBJECT
+ TQ_OBJECT
public:
ResourceFeaturePlan( const TDEConfig * );