summaryrefslogtreecommitdiffstats
path: root/libkpimexchange/core/exchangeupload.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkpimexchange/core/exchangeupload.h')
-rw-r--r--libkpimexchange/core/exchangeupload.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkpimexchange/core/exchangeupload.h b/libkpimexchange/core/exchangeupload.h
index 85753b2c..56635a7c 100644
--- a/libkpimexchange/core/exchangeupload.h
+++ b/libkpimexchange/core/exchangeupload.h
@@ -24,7 +24,7 @@
#include <tqwidget.h>
#include <tdeio/job.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
#include <libkcal/calendar.h>
#include <libkcal/event.h>
@@ -33,8 +33,8 @@ namespace KPIM {
class ExchangeAccount;
-class KDE_EXPORT ExchangeUpload : public TQObject {
- Q_OBJECT
+class TDE_EXPORT ExchangeUpload : public TQObject {
+ TQ_OBJECT
public:
ExchangeUpload( KCal::Event* event, ExchangeAccount* account, const TQString& timeZoneId, TQWidget* window=0 );