summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtabbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtabbar.html')
-rw-r--r--doc/html/ntqtabbar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqtabbar.html b/doc/html/ntqtabbar.html
index 6c2b28f1..1aa62b58 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&nbsp;index, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;tip )
+<h3 class=fn>void <a name="setToolTip"></a>TQTabBar::setToolTip ( int&nbsp;index, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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&nbsp;index ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toolTip"></a>TQTabBar::toolTip ( int&nbsp;index ) const
</h3>
Returns the tool tip for the tab at index position <em>index</em>.