diff options
Diffstat (limited to 'libkpimexchange/core/exchangeprogress.h')
-rw-r--r-- | libkpimexchange/core/exchangeprogress.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libkpimexchange/core/exchangeprogress.h b/libkpimexchange/core/exchangeprogress.h index a2fd05a4b..17438c18d 100644 --- a/libkpimexchange/core/exchangeprogress.h +++ b/libkpimexchange/core/exchangeprogress.h @@ -29,9 +29,10 @@ namespace KPIM { class ExchangeProgress : public KProgressDialog { Q_OBJECT + TQ_OBJECT public: - ExchangeProgress(TQWidget *parent=0); + ExchangeProgress(TQWidget *tqparent=0); virtual ~ExchangeProgress(); public slots: |