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.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/qtooltipgroup.html b/doc/html/qtooltipgroup.html
index fb4e80b0..8b83ff63 100644
--- a/doc/html/qtooltipgroup.html
+++ b/doc/html/qtooltipgroup.html
@@ -33,8 +33,8 @@ 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">qtooltip.h</a>&gt;</tt>
-<p>Inherits <a href="qobject.html">TQObject</a>.
+<p><tt>#include &lt;<a href="qtooltip-h.html">ntqtooltip.h</a>&gt;</tt>
+<p>Inherits <a href="ntqobject.html">TQObject</a>.
<p><a href="qtooltipgroup-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -64,20 +64,20 @@ body { background: #ffffff; color: black; }
The TQToolTipGroup class collects tool tips into related groups.
<p>
<p> Tool tips can display <em>two</em> texts: one in the tip and
-(optionally) one that is typically in a <a href="qstatusbar.html">status
+(optionally) one that is typically in a <a href="ntqstatusbar.html">status
bar</a>. TQToolTipGroup provides a way to link tool tips to
this status bar.
<p> TQToolTipGroup has practically no API; it is only used as an
-argument to <a href="qtooltip.html">TQToolTip</a>'s member functions, for example like this:
+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="qobject.html#connect">connect</a>( grp, SIGNAL(<a href="#showTip">showTip</a>(const <a href="qstring.html">TQString</a>&amp;)),
- myLabel, SLOT(setText(const <a href="qstring.html">TQString</a>&amp;)) );
- <a href="qobject.html#connect">connect</a>( grp, SIGNAL(<a href="#removeTip">removeTip</a>()),
+ <a href="ntqobject.html#connect">connect</a>( grp, SIGNAL(<a href="#showTip">showTip</a>(const <a href="ntqstring.html">TQString</a>&amp;)),
+ myLabel, SLOT(setText(const <a href="ntqstring.html">TQString</a>&amp;)) );
+ <a href="ntqobject.html#connect">connect</a>( grp, SIGNAL(<a href="#removeTip">removeTip</a>()),
myLabel, SLOT(clear()) );
- TQToolTip::<a href="qtooltip.html#add">add</a>( giraffeButton, "feed giraffe",
+ TQToolTip::<a href="ntqtooltip.html#add">add</a>( giraffeButton, "feed giraffe",
grp, "Give the giraffe a meal" );
- TQToolTip::<a href="qtooltip.html#add">add</a>( gorillaButton, "feed gorilla",
+ TQToolTip::<a href="ntqtooltip.html#add">add</a>( gorillaButton, "feed gorilla",
grp, "Give the gorilla a meal" );
</pre>
@@ -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="qobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<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>
Constructs a tool tip group called <em>name</em>, with parent <em>parent</em>.
@@ -117,7 +117,7 @@ See the <a href="qtooltipgroup.html#delay-prop">"delay"</a> property for details
<h3 class=fn>void <a name="setEnabled"></a>TQToolTipGroup::setEnabled ( bool )<tt> [slot]</tt>
</h3><p>Sets whether tool tips in the group are enabled.
See the <a href="qtooltipgroup.html#enabled-prop">"enabled"</a> property for details.
-<h3 class=fn>void <a name="showTip"></a>TQToolTipGroup::showTip ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;longText )<tt> [signal]</tt>
+<h3 class=fn>void <a name="showTip"></a>TQToolTipGroup::showTip ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;longText )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when one of the tool tips in the group is