summaryrefslogtreecommitdiffstats
path: root/kplato/kptsummarytaskgeneralpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptsummarytaskgeneralpanel.h')
-rw-r--r--kplato/kptsummarytaskgeneralpanel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kplato/kptsummarytaskgeneralpanel.h b/kplato/kptsummarytaskgeneralpanel.h
index 0bcf02fa..615556c4 100644
--- a/kplato/kptsummarytaskgeneralpanel.h
+++ b/kplato/kptsummarytaskgeneralpanel.h
@@ -33,8 +33,9 @@ class Task;
class SummaryTaskGeneralPanel : public SummaryTaskGeneralPanelBase {
Q_OBJECT
+ TQ_OBJECT
public:
- SummaryTaskGeneralPanel(Task &task, QWidget *parent=0, const char *name=0);
+ SummaryTaskGeneralPanel(Task &task, TQWidget *tqparent=0, const char *name=0);
KMacroCommand *buildCommand(Part *part);