diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqtab.3qt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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" |