summaryrefslogtreecommitdiffstats
path: root/kplato/kpttaskprogressdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kpttaskprogressdialog.h')
-rw-r--r--kplato/kpttaskprogressdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kplato/kpttaskprogressdialog.h b/kplato/kpttaskprogressdialog.h
index f20e8256..8145062d 100644
--- a/kplato/kpttaskprogressdialog.h
+++ b/kplato/kpttaskprogressdialog.h
@@ -34,8 +34,9 @@ class StandardWorktime;
class TaskProgressDialog : public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
- TaskProgressDialog(Task &task, StandardWorktime *workTime, QWidget *parent=0);
+ TaskProgressDialog(Task &task, StandardWorktime *workTime, TQWidget *tqparent=0);
KCommand *buildCommand(Part *part);