diff options
Diffstat (limited to 'doc/man/man3/tqtab.3qt')
-rw-r--r-- | doc/man/man3/tqtab.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqtab.3qt b/doc/man/man3/tqtab.3qt index a7453274d..e53c0dd7d 100644 --- a/doc/man/man3/tqtab.3qt +++ b/doc/man/man3/tqtab.3qt @@ -22,16 +22,16 @@ Inherits Qt. .BI "virtual \fB~QTab\fR ()" .br .ti -1c -.BI "\fBQTab\fR ( const QString & text )" +.BI "\fBQTab\fR ( const TQString & text )" .br .ti -1c -.BI "\fBQTab\fR ( const QIconSet & icon, const QString & text = QString::null )" +.BI "\fBQTab\fR ( const QIconSet & icon, const TQString & text = TQString::null )" .br .ti -1c -.BI "void \fBsetText\fR ( const QString & text )" +.BI "void \fBsetText\fR ( const TQString & text )" .br .ti -1c -.BI "QString \fBtext\fR () const" +.BI "TQString \fBtext\fR () const" .br .ti -1c .BI "void \fBsetIconSet\fR ( const QIconSet & icon )" @@ -67,9 +67,9 @@ See also QTabBar and Advanced Widgets. .SH MEMBER FUNCTION DOCUMENTATION .SH "QTab::QTab ()" Constructs an empty tab. All fields are set to empty. -.SH "QTab::QTab ( const QString & text )" +.SH "QTab::QTab ( const TQString & text )" Constructs a tab with the text \fItext\fR. -.SH "QTab::QTab ( const QIconSet & icon, const QString & text = QString::null )" +.SH "QTab::QTab ( const QIconSet & 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. @@ -89,9 +89,9 @@ Sets the tab's iconset to \fIicon\fR 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::setText ( const QString & text )" +.SH "void QTab::setText ( const TQString & text )" Sets the text of the tab to \fItext\fR. -.SH "QString QTab::text () const" +.SH "TQString QTab::text () const" Returns the text of the QTab label. .SH "SEE ALSO" |