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 406faeda..1d743ea2 100644
--- a/kplato/kpttaskprogresspanel.h
+++ b/kplato/kpttaskprogresspanel.h
@@ -32,7 +32,7 @@ class Part;
class StandardWorktime;
class TaskProgressPanelImpl : public TaskProgressPanelBase {
- Q_OBJECT
+ TQ_OBJECT
public:
TaskProgressPanelImpl(TQWidget *parent=0, const char *name=0, WFlags f=0);
@@ -50,7 +50,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);