diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qtab.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str 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 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. |