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 e51c82131..7731f990b 100644 --- a/doc/man/man3/tqstyleoption.3qt +++ b/doc/man/man3/tqstyleoption.3qt @@ -47,7 +47,7 @@ TQStyleOption \- Optional parameters for TQStyle functions .BI "\fBTQStyleOption\fR ( QListViewItem * i )" .br .ti -1c -.BI "\fBTQStyleOption\fR ( QCheckListItem * i )" +.BI "\fBTQStyleOption\fR ( TQCheckListItem * i )" .br .ti -1c .BI "\fBTQStyleOption\fR ( TQt::ArrowType a )" @@ -95,7 +95,7 @@ TQStyleOption \- Optional parameters for TQStyle functions .BI "QTab * \fBtab\fR () const" .br .ti -1c -.BI "QCheckListItem * \fBcheckListItem\fR () const" +.BI "TQCheckListItem * \fBcheckListItem\fR () const" .br .ti -1c .BI "QListViewItem * \fBlistViewItem\fR () const" @@ -152,8 +152,8 @@ Pass a color, \fIc\fR. Pass a QTab, \fIt\fR. .SH "TQStyleOption::TQStyleOption ( QListViewItem * i )" Pass a QListViewItem, \fIi\fR. -.SH "TQStyleOption::TQStyleOption ( QCheckListItem * i )" -Pass a QCheckListItem, \fIi\fR. +.SH "TQStyleOption::TQStyleOption ( TQCheckListItem * i )" +Pass a TQCheckListItem, \fIi\fR. .SH "TQStyleOption::TQStyleOption ( TQt::ArrowType a )" Pass an TQt::ArrowType, \fIa\fR. .SH "TQStyleOption::TQStyleOption ( const TQRect & r )" @@ -162,7 +162,7 @@ Pass a TQRect, \fIr\fR. Pass a TQWidget, \fIw\fR. .SH "TQt::ArrowType TQStyleOption::arrowType () const" Returns an arrow type if the appropriate constructor was called; otherwise the return value is undefined. -.SH "QCheckListItem * TQStyleOption::checkListItem () const" +.SH "TQCheckListItem * TQStyleOption::checkListItem () const" Returns a check list item if the appropriate constructor was called; otherwise the return value is undefined. .SH "const TQColor & TQStyleOption::color () const" Returns a color if the appropriate constructor was called; otherwise the return value is undefined. |