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 443a6777a..6a2920b8c 100644 --- a/doc/html/qtab.html +++ b/doc/html/qtab.html @@ -70,7 +70,7 @@ Constructs an empty tab. All fields are set to empty. </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="tqstring.html">TQString</a> & text = TQString::null ) +<h3 class=fn><a name="TQTab-3"></a>TQTab::TQTab ( const <a href="tqiconset.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>. @@ -78,10 +78,10 @@ Constructs a tab with an <em>icon</em> and the text, <em>text</em>. </h3> Destroys the tab and frees up all allocated resources. -<h3 class=fn><a href="ntqiconset.html">TQIconSet</a> * <a name="iconSet"></a>TQTab::iconSet () const +<h3 class=fn><a href="tqiconset.html">TQIconSet</a> * <a name="iconSet"></a>TQTab::iconSet () const </h3> -<p> Return the <a href="ntqiconset.html">TQIconSet</a> of the TQTab. +<p> Return the <a href="tqiconset.html">TQIconSet</a> of the TQTab. <h3 class=fn>int <a name="identifier"></a>TQTab::identifier () const </h3> @@ -103,7 +103,7 @@ Destroys the tab and frees up all allocated resources. <p> If <em>enable</em> is TRUE enable the TQTab, otherwise disable it. -<h3 class=fn>void <a name="setIconSet"></a>TQTab::setIconSet ( const <a href="ntqiconset.html">TQIconSet</a> & icon ) +<h3 class=fn>void <a name="setIconSet"></a>TQTab::setIconSet ( const <a href="tqiconset.html">TQIconSet</a> & icon ) </h3> Sets the tab's iconset to <em>icon</em> |