summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/xQGanttListViewPort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/xQGanttListViewPort.cpp')
-rw-r--r--kgantt/kgantt/xQGanttListViewPort.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kgantt/kgantt/xQGanttListViewPort.cpp b/kgantt/kgantt/xQGanttListViewPort.cpp
index d643fe8cb..e12534efd 100644
--- a/kgantt/kgantt/xQGanttListViewPort.cpp
+++ b/kgantt/kgantt/xQGanttListViewPort.cpp
@@ -50,16 +50,16 @@ xQGanttListViewPort::setBarViewPort(xQGanttBarViewPort* v)
printf("setBarViewPort()\n");
- connect(_barviewport, TQT_SIGNAL(resized()),
- this, TQT_SLOT(barViewResized()));
+ connect(_barviewport, TQ_SIGNAL(resized()),
+ this, TQ_SLOT(barViewResized()));
- connect(_barviewport, TQT_SIGNAL(recalculated()),
- this, TQT_SLOT(update()));
+ connect(_barviewport, TQ_SIGNAL(recalculated()),
+ this, TQ_SLOT(update()));
/*
- connect(_barviewport, TQT_SIGNAL(contentsRepainted()),
- this, TQT_SLOT(barViewRepainted()));
+ connect(_barviewport, TQ_SIGNAL(contentsRepainted()),
+ this, TQ_SLOT(barViewRepainted()));
*/
}