summaryrefslogtreecommitdiffstats
path: root/doc/html/qtooltipgroup.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qtooltipgroup.html')
-rw-r--r--doc/html/qtooltipgroup.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qtooltipgroup.html b/doc/html/qtooltipgroup.html
index cde200e2f..b443b62b0 100644
--- a/doc/html/qtooltipgroup.html
+++ b/doc/html/qtooltipgroup.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQToolTipGroup class collects tool tips into related groups.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qtooltip-h.html">ntqtooltip.h</a>&gt;</tt>
-<p>Inherits <a href="ntqobject.html">TQObject</a>.
+<p>Inherits <a href="tqobject.html">TQObject</a>.
<p><a href="qtooltipgroup-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -71,9 +71,9 @@ this status bar.
argument to <a href="ntqtooltip.html">TQToolTip</a>'s member functions, for example like this:
<p> <pre>
TQToolTipGroup * grp = new TQToolTipGroup( this, "tool tip relay" );
- <a href="ntqobject.html#connect">connect</a>( grp, TQ_SIGNAL(<a href="#showTip">showTip</a>(const <a href="ntqstring.html">TQString</a>&amp;)),
+ <a href="tqobject.html#connect">connect</a>( grp, TQ_SIGNAL(<a href="#showTip">showTip</a>(const <a href="ntqstring.html">TQString</a>&amp;)),
myLabel, TQ_SLOT(setText(const <a href="ntqstring.html">TQString</a>&amp;)) );
- <a href="ntqobject.html#connect">connect</a>( grp, TQ_SIGNAL(<a href="#removeTip">removeTip</a>()),
+ <a href="tqobject.html#connect">connect</a>( grp, TQ_SIGNAL(<a href="#removeTip">removeTip</a>()),
myLabel, TQ_SLOT(clear()) );
TQToolTip::<a href="ntqtooltip.html#add">add</a>( giraffeButton, "feed giraffe",
grp, "Give the giraffe a meal" );
@@ -89,7 +89,7 @@ gorilla a meal" while the relevant tool tips are being displayed.
<p>See also <a href="helpsystem.html">Help System</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQToolTipGroup"></a>TQToolTipGroup::TQToolTipGroup ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQToolTipGroup"></a>TQToolTipGroup::TQToolTipGroup ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a tool tip group called <em>name</em>, with parent <em>parent</em>.