summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/KGanttBarConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/KGanttBarConfig.h')
-rw-r--r--kgantt/kgantt/KGanttBarConfig.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kgantt/kgantt/KGanttBarConfig.h b/kgantt/kgantt/KGanttBarConfig.h
index 88049fea..e12475b1 100644
--- a/kgantt/kgantt/KGanttBarConfig.h
+++ b/kgantt/kgantt/KGanttBarConfig.h
@@ -34,15 +34,16 @@
class xQGanttBarView;
-class KGanttBarConfig : public QWidget
+class KGanttBarConfig : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
KGanttBarConfig(xQGanttBarView* barview,
- TQWidget* parent = 0, const char* name=0, WFlags f=0);
+ TQWidget* tqparent = 0, const char* name=0, WFlags f=0);
protected slots: