diff options
Diffstat (limited to 'cervisia/progressdlg.h')
-rw-r--r-- | cervisia/progressdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/progressdlg.h b/cervisia/progressdlg.h index 6eb71d88..5d20d2a7 100644 --- a/cervisia/progressdlg.h +++ b/cervisia/progressdlg.h @@ -35,7 +35,7 @@ class ProgressDialog : public KDialogBase, public DCOPObject // TQ_OBJECT public: - ProgressDialog(TQWidget* tqparent, const TQString& heading, const DCOPRef& job, + ProgressDialog(TQWidget* parent, const TQString& heading, const DCOPRef& job, const TQString& errorIndicator, const TQString& caption = ""); ~ProgressDialog(); |