diff options
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. |