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 05964ac21..e51c82131 100644 --- a/doc/man/man3/tqstyleoption.3qt +++ b/doc/man/man3/tqstyleoption.3qt @@ -53,7 +53,7 @@ TQStyleOption \- Optional parameters for TQStyle functions .BI "\fBTQStyleOption\fR ( TQt::ArrowType a )" .br .ti -1c -.BI "\fBTQStyleOption\fR ( const QRect & r )" +.BI "\fBTQStyleOption\fR ( const TQRect & r )" .br .ti -1c .BI "\fBTQStyleOption\fR ( TQWidget * w )" @@ -104,7 +104,7 @@ TQStyleOption \- Optional parameters for TQStyle functions .BI "TQt::ArrowType \fBarrowType\fR () const" .br .ti -1c -.BI "QRect \fBrect\fR () const" +.BI "TQRect \fBrect\fR () const" .br .ti -1c .BI "TQWidget * \fBwidget\fR () const" @@ -156,8 +156,8 @@ Pass a QListViewItem, \fIi\fR. Pass a QCheckListItem, \fIi\fR. .SH "TQStyleOption::TQStyleOption ( TQt::ArrowType a )" Pass an TQt::ArrowType, \fIa\fR. -.SH "TQStyleOption::TQStyleOption ( const QRect & r )" -Pass a QRect, \fIr\fR. +.SH "TQStyleOption::TQStyleOption ( const TQRect & r )" +Pass a TQRect, \fIr\fR. .SH "TQStyleOption::TQStyleOption ( TQWidget * w )" Pass a TQWidget, \fIw\fR. .SH "TQt::ArrowType TQStyleOption::arrowType () const" @@ -186,7 +186,7 @@ Returns the maximum width of the menu item check area if the appropriate constru Returns a menu item if the appropriate constructor was called; otherwise the return value is undefined. .SH "int TQStyleOption::midLineWidth () const" Returns the mid-line width if the appropriate constructor was called; otherwise the return value is undefined. -.SH "QRect TQStyleOption::rect () const" +.SH "TQRect TQStyleOption::rect () const" Returns a rectangle if the appropriate constructor was called; otherwise the return value is undefined. .SH "QTab * TQStyleOption::tab () const" Returns a QTabBar tab if the appropriate constructor was called; otherwise the return value is undefined. |