diff options
Diffstat (limited to 'doc/html/qtooltipgroup.html')
-rw-r--r-- | doc/html/qtooltipgroup.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qtooltipgroup.html b/doc/html/qtooltipgroup.html index b443b62b0..97445600e 100644 --- a/doc/html/qtooltipgroup.html +++ b/doc/html/qtooltipgroup.html @@ -71,8 +71,8 @@ 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="tqobject.html#connect">connect</a>( grp, TQ_SIGNAL(<a href="#showTip">showTip</a>(const <a href="ntqstring.html">TQString</a>&)), - myLabel, TQ_SLOT(setText(const <a href="ntqstring.html">TQString</a>&)) ); + <a href="tqobject.html#connect">connect</a>( grp, TQ_SIGNAL(<a href="#showTip">showTip</a>(const <a href="tqstring.html">TQString</a>&)), + myLabel, TQ_SLOT(setText(const <a href="tqstring.html">TQString</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", @@ -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 <a href="ntqstring.html">TQString</a> & longText )<tt> [signal]</tt> +<h3 class=fn>void <a name="showTip"></a>TQToolTipGroup::showTip ( const <a href="tqstring.html">TQString</a> & longText )<tt> [signal]</tt> </h3> <p> This signal is emitted when one of the tool tips in the group is |