diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/qtab.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 6a2920b8c..fcdbc7c7a 100644 --- a/doc/html/qtab.html +++ b/doc/html/qtab.html @@ -93,10 +93,10 @@ Destroys the tab and frees up all allocated resources. <p> Returns TRUE if the TQTab is enabled; otherwise returns FALSE. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="rect"></a>TQTab::rect () const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="rect"></a>TQTab::rect () const </h3> -<p> Return the <a href="ntqrect.html">TQRect</a> for the TQTab. +<p> Return the <a href="tqrect.html">TQRect</a> for the TQTab. <h3 class=fn>void <a name="setEnabled"></a>TQTab::setEnabled ( bool enable ) </h3> @@ -113,10 +113,10 @@ Sets the tab's iconset to <em>icon</em> <p> Set the identifier for the TQTab to <em>i</em>. Each TQTab's identifier within a <a href="ntqtabbar.html">TQTabBar</a> must be unique. -<h3 class=fn>void <a name="setRect"></a>TQTab::setRect ( const <a href="ntqrect.html">TQRect</a> & rect ) +<h3 class=fn>void <a name="setRect"></a>TQTab::setRect ( const <a href="tqrect.html">TQRect</a> & rect ) </h3> -<p> Set the TQTab <a href="ntqrect.html">TQRect</a> to <em>rect</em>. +<p> Set the TQTab <a href="tqrect.html">TQRect</a> to <em>rect</em>. <h3 class=fn>void <a name="setText"></a>TQTab::setText ( const <a href="tqstring.html">TQString</a> & text ) </h3> |