diff options
Diffstat (limited to 'doc/html/qtab.html')
-rw-r--r-- | doc/html/qtab.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qtab.html b/doc/html/qtab.html index e62ad097a..443a6777a 100644 --- a/doc/html/qtab.html +++ b/doc/html/qtab.html @@ -66,11 +66,11 @@ The TQTab class provides the structures in a <a href="ntqtabbar.html">TQTabBar</ </h3> Constructs an empty tab. All fields are set to empty. -<h3 class=fn><a name="TQTab-2"></a>TQTab::TQTab ( const <a href="ntqstring.html">TQString</a> & text ) +<h3 class=fn><a name="TQTab-2"></a>TQTab::TQTab ( const <a href="tqstring.html">TQString</a> & text ) </h3> Constructs a tab with the text <em>text</em>. -<h3 class=fn><a name="TQTab-3"></a>TQTab::TQTab ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="ntqstring.html">TQString</a> & text = TQString::null ) +<h3 class=fn><a name="TQTab-3"></a>TQTab::TQTab ( const <a href="ntqiconset.html">TQIconSet</a> & icon, const <a href="tqstring.html">TQString</a> & text = TQString::null ) </h3> Constructs a tab with an <em>icon</em> and the text, <em>text</em>. @@ -118,11 +118,11 @@ within a <a href="ntqtabbar.html">TQTabBar</a> must be unique. <p> Set the TQTab <a href="ntqrect.html">TQRect</a> to <em>rect</em>. -<h3 class=fn>void <a name="setText"></a>TQTab::setText ( const <a href="ntqstring.html">TQString</a> & text ) +<h3 class=fn>void <a name="setText"></a>TQTab::setText ( const <a href="tqstring.html">TQString</a> & text ) </h3> Sets the text of the tab to <em>text</em>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQTab::text () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQTab::text () const </h3> <p> Returns the text of the TQTab label. |