summaryrefslogtreecommitdiffstats
path: root/kplato/kpttaskprogresspanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kpttaskprogresspanel.h')
-rw-r--r--kplato/kpttaskprogresspanel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kpttaskprogresspanel.h b/kplato/kpttaskprogresspanel.h
index 589d37df2..406faeda2 100644
--- a/kplato/kpttaskprogresspanel.h
+++ b/kplato/kpttaskprogresspanel.h
@@ -33,7 +33,7 @@ class StandardWorktime;
class TaskProgressPanelImpl : public TaskProgressPanelBase {
Q_OBJECT
- TQ_OBJECT
+
public:
TaskProgressPanelImpl(TQWidget *parent=0, const char *name=0, WFlags f=0);
@@ -51,7 +51,7 @@ public slots:
class TaskProgressPanel : public TaskProgressPanelImpl {
Q_OBJECT
- TQ_OBJECT
+
public:
TaskProgressPanel(Task &task, StandardWorktime *workTime=0, TQWidget *parent=0, const char *name=0);