diff options
Diffstat (limited to 'doc/html/ntqtabbar.html')
-rw-r--r-- | doc/html/ntqtabbar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqtabbar.html b/doc/html/ntqtabbar.html index 6c2b28f1f..1aa62b58d 100644 --- a/doc/html/ntqtabbar.html +++ b/doc/html/ntqtabbar.html @@ -268,7 +268,7 @@ Enables tab <em>id</em> if <em>enabled</em> is TRUE or disables it if <em>enable <p> setTabEnabled() updates the display if this causes a change in <em>id</em>'s status. <p> <p>See also <a href="tqwidget.html#update">update</a>() and <a href="#isTabEnabled">isTabEnabled</a>(). -<h3 class=fn>void <a name="setToolTip"></a>TQTabBar::setToolTip ( int index, const <a href="ntqstring.html">TQString</a> & tip ) +<h3 class=fn>void <a name="setToolTip"></a>TQTabBar::setToolTip ( int index, const <a href="tqstring.html">TQString</a> & tip ) </h3> Sets the tool tip for the tab at index position <em>index</em> to <em>tip</em>. @@ -298,7 +298,7 @@ appear visually. One way of iterating over the tabs is like this: </pre> -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toolTip"></a>TQTabBar::toolTip ( int index ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toolTip"></a>TQTabBar::toolTip ( int index ) const </h3> Returns the tool tip for the tab at index position <em>index</em>. |