summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtab.3qt
diff options
context:
space:
mode:
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"