summaryrefslogtreecommitdiffstats
path: root/kmail/kmkernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmkernel.h')
-rw-r--r--kmail/kmkernel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmkernel.h b/kmail/kmkernel.h
index d9226683..d1c2ce0f 100644
--- a/kmail/kmkernel.h
+++ b/kmail/kmkernel.h
@@ -11,7 +11,7 @@
#include <tdeconfig.h>
#include <tdeversion.h>
#include <tdeimproxy.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
#ifdef __TDE_HAVE_TDEHWLIB
# include <tdenetworkconnections.h>
@@ -88,9 +88,9 @@ class ConfigureDialog;
* (singleton) objects such as the UndoStack, the folder managers and filter
* manager, etc.
*/
-class KDE_EXPORT KMKernel : public TQObject, virtual public KMailIface
+class TDE_EXPORT KMKernel : public TQObject, virtual public KMailIface
{
- Q_OBJECT
+ TQ_OBJECT
public: