summaryrefslogtreecommitdiffstats
path: root/libkpimexchange/core/exchangeprogress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkpimexchange/core/exchangeprogress.cpp')
-rw-r--r--libkpimexchange/core/exchangeprogress.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkpimexchange/core/exchangeprogress.cpp b/libkpimexchange/core/exchangeprogress.cpp
index a8fad42f..911e8f59 100644
--- a/libkpimexchange/core/exchangeprogress.cpp
+++ b/libkpimexchange/core/exchangeprogress.cpp
@@ -33,8 +33,8 @@
#include "exchangeprogress.h"
using namespace KPIM;
-ExchangeProgress::ExchangeProgress(TQWidget *tqparent)
- : KProgressDialog(tqparent, "", i18n("Exchange Download Progress"), i18n("Exchange Plugin"), "text" )
+ExchangeProgress::ExchangeProgress(TQWidget *parent)
+ : KProgressDialog(parent, "", i18n("Exchange Download Progress"), i18n("Exchange Plugin"), "text" )
{
m_finished = 0;
m_total = 0;