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