summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtab.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqtab.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.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/man/man3/tqtab.3qt')
-rw-r--r--doc/man/man3/tqtab.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqtab.3qt b/doc/man/man3/tqtab.3qt
index a72656ca5..251022f72 100644
--- a/doc/man/man3/tqtab.3qt
+++ b/doc/man/man3/tqtab.3qt
@@ -40,10 +40,10 @@ Inherits Qt.
.BI "TQIconSet * \fBiconSet\fR () const"
.br
.ti -1c
-.BI "void \fBsetRect\fR ( const QRect & rect )"
+.BI "void \fBsetRect\fR ( const TQRect & rect )"
.br
.ti -1c
-.BI "QRect \fBrect\fR () const"
+.BI "TQRect \fBrect\fR () const"
.br
.ti -1c
.BI "void \fBsetEnabled\fR ( bool enable )"
@@ -79,16 +79,16 @@ Return the TQIconSet of the QTab.
Return the QTab's identifier.
.SH "bool QTab::isEnabled () const"
Returns TRUE if the QTab is enabled; otherwise returns FALSE.
-.SH "QRect QTab::rect () const"
-Return the QRect for the QTab.
+.SH "TQRect QTab::rect () const"
+Return the TQRect for the QTab.
.SH "void QTab::setEnabled ( bool enable )"
If \fIenable\fR is TRUE enable the QTab, otherwise disable it.
.SH "void QTab::setIconSet ( const TQIconSet & icon )"
Sets the tab's iconset to \fIicon\fR
.SH "void QTab::setIdentifier ( int i )"
Set the identifier for the QTab to \fIi\fR. Each QTab's identifier within a QTabBar must be unique.
-.SH "void QTab::setRect ( const QRect & rect )"
-Set the QTab QRect to \fIrect\fR.
+.SH "void QTab::setRect ( const TQRect & rect )"
+Set the QTab TQRect to \fIrect\fR.
.SH "void QTab::setText ( const TQString & text )"
Sets the text of the tab to \fItext\fR.
.SH "TQString QTab::text () const"