summaryrefslogtreecommitdiffstats
path: root/kmail/callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/callback.h')
-rw-r--r--kmail/callback.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/callback.h b/kmail/callback.h
index a3fccc4e..4fff0f73 100644
--- a/kmail/callback.h
+++ b/kmail/callback.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
callback.h
This file is used by KMail's plugin interface.
@@ -38,7 +38,7 @@
class KMMessage;
class KMReaderWin;
-#include <tdepimmacros.h>
+#include <tdemacros.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 );