summaryrefslogtreecommitdiffstats
path: root/kplato/kpttaskprogresspanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kpttaskprogresspanel.h')
-rw-r--r--kplato/kpttaskprogresspanel.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/kplato/kpttaskprogresspanel.h b/kplato/kpttaskprogresspanel.h
index 24f4c9c2..fe22441f 100644
--- a/kplato/kpttaskprogresspanel.h
+++ b/kplato/kpttaskprogresspanel.h
@@ -33,8 +33,9 @@ class StandardWorktime;
class TaskProgressPanelImpl : public TaskProgressPanelBase {
Q_OBJECT
+ TQ_OBJECT
public:
- TaskProgressPanelImpl(QWidget *parent=0, const char *name=0, WFlags f=0);
+ TaskProgressPanelImpl(TQWidget *tqparent=0, const char *name=0, WFlags f=0);
void enableWidgets();
@@ -50,8 +51,9 @@ public slots:
class TaskProgressPanel : public TaskProgressPanelImpl {
Q_OBJECT
+ TQ_OBJECT
public:
- TaskProgressPanel(Task &task, StandardWorktime *workTime=0, QWidget *parent=0, const char *name=0);
+ TaskProgressPanel(Task &task, StandardWorktime *workTime=0, TQWidget *tqparent=0, const char *name=0);
KCommand *buildCommand(Part *part);