diff options
Diffstat (limited to 'doc/man/man3/tqtab.3qt')
-rw-r--r-- | doc/man/man3/tqtab.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqtab.3qt b/doc/man/man3/tqtab.3qt index e53c0dd7d..a72656ca5 100644 --- a/doc/man/man3/tqtab.3qt +++ b/doc/man/man3/tqtab.3qt @@ -25,7 +25,7 @@ Inherits Qt. .BI "\fBQTab\fR ( const TQString & text )" .br .ti -1c -.BI "\fBQTab\fR ( const QIconSet & icon, const TQString & text = TQString::null )" +.BI "\fBQTab\fR ( const TQIconSet & icon, const TQString & text = TQString::null )" .br .ti -1c .BI "void \fBsetText\fR ( const TQString & text )" @@ -34,10 +34,10 @@ Inherits Qt. .BI "TQString \fBtext\fR () const" .br .ti -1c -.BI "void \fBsetIconSet\fR ( const QIconSet & icon )" +.BI "void \fBsetIconSet\fR ( const TQIconSet & icon )" .br .ti -1c -.BI "QIconSet * \fBiconSet\fR () const" +.BI "TQIconSet * \fBiconSet\fR () const" .br .ti -1c .BI "void \fBsetRect\fR ( const QRect & rect )" @@ -69,12 +69,12 @@ See also QTabBar and Advanced Widgets. Constructs an empty tab. All fields are set to empty. .SH "QTab::QTab ( const TQString & text )" Constructs a tab with the text \fItext\fR. -.SH "QTab::QTab ( const QIconSet & icon, const TQString & text = TQString::null )" +.SH "QTab::QTab ( const TQIconSet & icon, const TQString & text = TQString::null )" Constructs a tab with an \fIicon\fR and the text, \fItext\fR. .SH "QTab::~QTab ()\fC [virtual]\fR" Destroys the tab and frees up all allocated resources. -.SH "QIconSet * QTab::iconSet () const" -Return the QIconSet of the QTab. +.SH "TQIconSet * QTab::iconSet () const" +Return the TQIconSet of the QTab. .SH "int QTab::identifier () const" Return the QTab's identifier. .SH "bool QTab::isEnabled () const" @@ -83,7 +83,7 @@ Returns TRUE if the QTab is enabled; otherwise returns FALSE. Return the QRect 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 QIconSet & icon )" +.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. |