summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqstyleoption.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 15:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 23:47:08 +0900
commit541b90072523725854cb5d61f1bdce50dbcc6b31 (patch)
tree1452a8b6fbf1e91be0d2e5af7edf31b102b01fc6 /doc/man/man3/tqstyleoption.3qt
parentd73937a9f779e2aafa6c392f94c9c29aa32b78fd (diff)
downloadtqt-541b9007.tar.gz
tqt-541b9007.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 089d5266f0fbf9be6612e9c5f92a3f008f29241c)
Diffstat (limited to 'doc/man/man3/tqstyleoption.3qt')
-rw-r--r--doc/man/man3/tqstyleoption.3qt10
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.