summaryrefslogtreecommitdiffstats
path: root/cervisia/logtree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/logtree.cpp')
-rw-r--r--cervisia/logtree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/logtree.cpp b/cervisia/logtree.cpp
index 06899a10..aa5ff010 100644
--- a/cervisia/logtree.cpp
+++ b/cervisia/logtree.cpp
@@ -92,8 +92,8 @@ LogTreeView::LogTreeView(TQWidget *parent, const char *name)
Cervisia::ToolTip* toolTip = new Cervisia::ToolTip(viewport());
- connect(toolTip, TQT_SIGNAL(queryToolTip(const TQPoint&, TQRect&, TQString&)),
- this, TQT_SLOT(slotQueryToolTip(const TQPoint&, TQRect&, TQString&)));
+ connect(toolTip, TQ_SIGNAL(queryToolTip(const TQPoint&, TQRect&, TQString&)),
+ this, TQ_SLOT(slotQueryToolTip(const TQPoint&, TQRect&, TQString&)));
}