summaryrefslogtreecommitdiffstats
path: root/libkpimexchange/core/exchangeclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkpimexchange/core/exchangeclient.h')
-rw-r--r--libkpimexchange/core/exchangeclient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkpimexchange/core/exchangeclient.h b/libkpimexchange/core/exchangeclient.h
index 6c994c02..9ad36f5c 100644
--- a/libkpimexchange/core/exchangeclient.h
+++ b/libkpimexchange/core/exchangeclient.h
@@ -26,7 +26,7 @@
#include <tqhostaddress.h>
#include <tqptrlist.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
namespace KCal {
class Event;
@@ -45,8 +45,8 @@ class ExchangeUpload;
class ExchangeDelete;
//class ExchangeMonitor;
-class KDE_EXPORT ExchangeClient : public TQObject {
- Q_OBJECT
+class TDE_EXPORT ExchangeClient : public TQObject {
+ TQ_OBJECT
public:
ExchangeClient( ExchangeAccount* account, const TQString& mTimeZoneId=TQString() );