summaryrefslogtreecommitdiffstats
path: root/kmail/callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/callback.h')
-rw-r--r--kmail/callback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/callback.h b/kmail/callback.h
index 560d5ddc..bd2b5659 100644
--- a/kmail/callback.h
+++ b/kmail/callback.h
@@ -38,7 +38,7 @@
class KMMessage;
class KMReaderWin;
-#include <tdepimmacros.h>
+#include <kdemacros.h>
#include <libkcal/attendee.h> // only for an enum, we are not linking
@@ -52,7 +52,7 @@ namespace KMail {
Feel free to put whatever you want in here. It's not supposed to be
a nicely formatted class, but simply include everything necessary
for the plugins. */
-class KDE_EXPORT Callback {
+class TDE_EXPORT Callback {
public:
Callback( KMMessage* msg, KMReaderWin* readerWin );