summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/KGanttBarConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/KGanttBarConfig.cpp')
-rw-r--r--kgantt/kgantt/KGanttBarConfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kgantt/kgantt/KGanttBarConfig.cpp b/kgantt/kgantt/KGanttBarConfig.cpp
index e41dc7c60..ff5f4ee8e 100644
--- a/kgantt/kgantt/KGanttBarConfig.cpp
+++ b/kgantt/kgantt/KGanttBarConfig.cpp
@@ -13,9 +13,9 @@
KGanttBarConfig::KGanttBarConfig(xQGanttBarView* barview,
- TQWidget* tqparent,
+ TQWidget* parent,
const char * name, WFlags f)
- : TQWidget(tqparent,name,f)
+ : TQWidget(parent,name,f)
{
_barview = barview;
KColorButton* b = new KColorButton(this);