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 ff5f4ee8..547373b1 100644
--- a/kgantt/kgantt/KGanttBarConfig.cpp
+++ b/kgantt/kgantt/KGanttBarConfig.cpp
@@ -20,8 +20,8 @@ KGanttBarConfig::KGanttBarConfig(xQGanttBarView* barview,
_barview = barview;
KColorButton* b = new KColorButton(this);
- connect(b, TQT_SIGNAL(changed(const TQColor&)),
- this, TQT_SLOT(changeBackground(const TQColor&)));
+ connect(b, TQ_SIGNAL(changed(const TQColor&)),
+ this, TQ_SLOT(changeBackground(const TQColor&)));
}