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