diff options
Diffstat (limited to 'cervisia/progressdlg.cpp')
-rw-r--r-- | cervisia/progressdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/progressdlg.cpp b/cervisia/progressdlg.cpp index ca3c975c..abf23d1a 100644 --- a/cervisia/progressdlg.cpp +++ b/cervisia/progressdlg.cpp @@ -52,10 +52,10 @@ struct ProgressDialog::Private }; -ProgressDialog::ProgressDialog(TQWidget* tqparent, const TQString& heading, +ProgressDialog::ProgressDialog(TQWidget* parent, const TQString& heading, const DCOPRef& job, const TQString& errorIndicator, const TQString& caption) - : KDialogBase(tqparent, 0, true, caption, Cancel, Cancel, true) + : KDialogBase(parent, 0, true, caption, Cancel, Cancel, true) , DCOPObject() , d(new Private) { |