diff options
Diffstat (limited to 'libkpimexchange/core/exchangeclient.h')
-rw-r--r-- | libkpimexchange/core/exchangeclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkpimexchange/core/exchangeclient.h b/libkpimexchange/core/exchangeclient.h index b1a2cbc7..6599b5ed 100644 --- a/libkpimexchange/core/exchangeclient.h +++ b/libkpimexchange/core/exchangeclient.h @@ -26,7 +26,7 @@ #include <tqhostaddress.h> #include <tqptrlist.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace KCal { class Event; @@ -45,7 +45,7 @@ class ExchangeUpload; class ExchangeDelete; //class ExchangeMonitor; -class KDE_EXPORT ExchangeClient : public TQObject { +class TDE_EXPORT ExchangeClient : public TQObject { TQ_OBJECT public: |