diff options
Diffstat (limited to 'kplato/kpttaskprogressdialog.h')
-rw-r--r-- | kplato/kpttaskprogressdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kpttaskprogressdialog.h b/kplato/kpttaskprogressdialog.h index 8145062d6..83c2908e0 100644 --- a/kplato/kpttaskprogressdialog.h +++ b/kplato/kpttaskprogressdialog.h @@ -36,7 +36,7 @@ class TaskProgressDialog : public KDialogBase { Q_OBJECT TQ_OBJECT public: - TaskProgressDialog(Task &task, StandardWorktime *workTime, TQWidget *tqparent=0); + TaskProgressDialog(Task &task, StandardWorktime *workTime, TQWidget *parent=0); KCommand *buildCommand(Part *part); |