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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkpimexchange/core/exchangeclient.h b/libkpimexchange/core/exchangeclient.h
index 6c994c02..b1a2cbc7 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;
@@ -46,7 +46,7 @@ class ExchangeDelete;
//class ExchangeMonitor;
class KDE_EXPORT ExchangeClient : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
ExchangeClient( ExchangeAccount* account, const TQString& mTimeZoneId=TQString() );