summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/interfaces/core.h')
-rw-r--r--kontact/interfaces/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h
index 7317febc..cc71407c 100644
--- a/kontact/interfaces/core.h
+++ b/kontact/interfaces/core.h
@@ -24,7 +24,7 @@
#define KONTACT_CORE_H
#include <tqdatetime.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <tdeparts/mainwindow.h>
#include <tdeparts/part.h>
@@ -38,7 +38,7 @@ class Plugin;
/**
This class provides the interface to the Kontact core for the plugins.
*/
-class KDE_EXPORT Core : public KParts::MainWindow
+class TDE_EXPORT Core : public KParts::MainWindow
{
TQ_OBJECT