diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 15:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-19 23:33:47 +0900 |
commit | 089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch) | |
tree | e2c5625c37ba83b0848bbb212a45995ceec84139 /doc/man/man3/tqstyleoption.3qt | |
parent | d21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff) | |
download | tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqstyleoption.3qt')
-rw-r--r-- | doc/man/man3/tqstyleoption.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqstyleoption.3qt b/doc/man/man3/tqstyleoption.3qt index a0c725017..4ab614305 100644 --- a/doc/man/man3/tqstyleoption.3qt +++ b/doc/man/man3/tqstyleoption.3qt @@ -50,7 +50,7 @@ QStyleOption \- Optional parameters for QStyle functions .BI "\fBQStyleOption\fR ( QCheckListItem * i )" .br .ti -1c -.BI "\fBQStyleOption\fR ( Qt::ArrowType a )" +.BI "\fBQStyleOption\fR ( TQt::ArrowType a )" .br .ti -1c .BI "\fBQStyleOption\fR ( const QRect & r )" @@ -101,7 +101,7 @@ QStyleOption \- Optional parameters for QStyle functions .BI "QListViewItem * \fBlistViewItem\fR () const" .br .ti -1c -.BI "Qt::ArrowType \fBarrowType\fR () const" +.BI "TQt::ArrowType \fBarrowType\fR () const" .br .ti -1c .BI "QRect \fBrect\fR () const" @@ -154,13 +154,13 @@ Pass a QTab, \fIt\fR. Pass a QListViewItem, \fIi\fR. .SH "QStyleOption::QStyleOption ( QCheckListItem * i )" Pass a QCheckListItem, \fIi\fR. -.SH "QStyleOption::QStyleOption ( Qt::ArrowType a )" -Pass an Qt::ArrowType, \fIa\fR. +.SH "QStyleOption::QStyleOption ( TQt::ArrowType a )" +Pass an TQt::ArrowType, \fIa\fR. .SH "QStyleOption::QStyleOption ( const QRect & r )" Pass a QRect, \fIr\fR. .SH "QStyleOption::QStyleOption ( TQWidget * w )" Pass a TQWidget, \fIw\fR. -.SH "Qt::ArrowType QStyleOption::arrowType () const" +.SH "TQt::ArrowType QStyleOption::arrowType () const" Returns an arrow type if the appropriate constructor was called; otherwise the return value is undefined. .SH "QCheckListItem * QStyleOption::checkListItem () const" Returns a check list item if the appropriate constructor was called; otherwise the return value is undefined. |