diff options
Diffstat (limited to 'libkpimexchange/core/exchangeclient.h')
-rw-r--r-- | libkpimexchange/core/exchangeclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpimexchange/core/exchangeclient.h b/libkpimexchange/core/exchangeclient.h index 0feab87e3..b1a2cbc77 100644 --- a/libkpimexchange/core/exchangeclient.h +++ b/libkpimexchange/core/exchangeclient.h @@ -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() ); |