diff options
Diffstat (limited to 'libkpimexchange/core/exchangeprogress.cpp')
-rw-r--r-- | libkpimexchange/core/exchangeprogress.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkpimexchange/core/exchangeprogress.cpp b/libkpimexchange/core/exchangeprogress.cpp index bee71b572..84be823ae 100644 --- a/libkpimexchange/core/exchangeprogress.cpp +++ b/libkpimexchange/core/exchangeprogress.cpp @@ -33,8 +33,8 @@ #include "exchangeprogress.h" using namespace KPIM; -ExchangeProgress::ExchangeProgress(TQWidget *parent) - : KProgressDialog(parent, "", i18n("Exchange Download Progress"), i18n("Exchange Plugin"), "text" ) +ExchangeProgress::ExchangeProgress(TQWidget *tqparent) + : KProgressDialog(tqparent, "", i18n("Exchange Download Progress"), i18n("Exchange Plugin"), "text" ) { m_finished = 0; m_total = 0; |