summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/CurrentProgressDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/CurrentProgressDialog.h')
-rw-r--r--src/gui/widgets/CurrentProgressDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/CurrentProgressDialog.h b/src/gui/widgets/CurrentProgressDialog.h
index 90823ea..4a1de52 100644
--- a/src/gui/widgets/CurrentProgressDialog.h
+++ b/src/gui/widgets/CurrentProgressDialog.h
@@ -65,8 +65,8 @@ public slots:
void slotCurrentProgressDialogDestroyed();
protected:
- CurrentProgressDialog(TQObject* tqparent, const char* name = 0)
- : TQObject(tqparent, name) {}
+ CurrentProgressDialog(TQObject* parent, const char* name = 0)
+ : TQObject(parent, name) {}
//--------------- Data members ---------------------------------
static CurrentProgressDialog* m_instance;