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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h
index 2e96fd0b..a075c243 100644
--- a/kontact/interfaces/core.h
+++ b/kontact/interfaces/core.h
@@ -24,7 +24,7 @@
#define KONTACT_CORE_H
#include <tqdatetime.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
#include <tdeparts/mainwindow.h>
#include <tdeparts/part.h>
@@ -38,9 +38,9 @@ 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
{
- Q_OBJECT
+ TQ_OBJECT
public:
virtual ~Core();