summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtooltip.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtooltip.html')
-rw-r--r--doc/html/ntqtooltip.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqtooltip.html b/doc/html/ntqtooltip.html
index 5c1e8d38..f3767304 100644
--- a/doc/html/ntqtooltip.html
+++ b/doc/html/ntqtooltip.html
@@ -152,7 +152,7 @@ tool tips on regions that can move within the widget (most often
because the widget's contents can scroll).
<p> <em>widget</em> is the widget you want to add dynamic tool tips to and
<em>group</em> (optional) is the tool tip group they should belong to.
-<p> <b>Warning:</b> TQToolTip is not a subclass of <a href="ntqobject.html">TQObject</a>, so the instance of
+<p> <b>Warning:</b> TQToolTip is not a subclass of <a href="tqobject.html">TQObject</a>, so the instance of
TQToolTip is not deleted when <em>widget</em> is deleted.
<p> <b>Warning:</b> If you delete the tool tip before you have deleted
<em>widget</em> then you need to make sure you call <a href="#remove">remove</a>() yourself from