diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /doc/html/qtab.html | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.tar.gz tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.zip |
Rename icon nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
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> |