diff options
Diffstat (limited to 'doc/man/man3/tqstyleoption.3qt')
-rw-r--r-- | doc/man/man3/tqstyleoption.3qt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqstyleoption.3qt b/doc/man/man3/tqstyleoption.3qt index 1fa3764cc..05964ac21 100644 --- a/doc/man/man3/tqstyleoption.3qt +++ b/doc/man/man3/tqstyleoption.3qt @@ -29,13 +29,13 @@ TQStyleOption \- Optional parameters for TQStyle functions .BI "\fBTQStyleOption\fR ( int in1, int in2, int in3, int in4 )" .br .ti -1c -.BI "\fBTQStyleOption\fR ( QMenuItem * m )" +.BI "\fBTQStyleOption\fR ( TQMenuItem * m )" .br .ti -1c -.BI "\fBTQStyleOption\fR ( QMenuItem * m, int in1 )" +.BI "\fBTQStyleOption\fR ( TQMenuItem * m, int in1 )" .br .ti -1c -.BI "\fBTQStyleOption\fR ( QMenuItem * m, int in1, int in2 )" +.BI "\fBTQStyleOption\fR ( TQMenuItem * m, int in1, int in2 )" .br .ti -1c .BI "\fBTQStyleOption\fR ( const TQColor & c )" @@ -80,7 +80,7 @@ TQStyleOption \- Optional parameters for TQStyle functions .BI "int \fBheaderSection\fR () const" .br .ti -1c -.BI "QMenuItem * \fBmenuItem\fR () const" +.BI "TQMenuItem * \fBmenuItem\fR () const" .br .ti -1c .BI "int \fBmaxIconWidth\fR () const" @@ -119,7 +119,7 @@ The TQStyleOption class has constructors for each type of optional argument, and .PP For each constructor, you should refer to the documentation of the TQStyle functions to see the meaning of the arguments. .PP -When calling TQStyle functions from your own widgets, you must only pass the default TQStyleOption or the argument that TQStyle is documented to accept. For example, if the function expects TQStyleOption(QMenuItem *, int), passing TQStyleOption(QMenuItem *) leaves the optional integer argument uninitialized. +When calling TQStyle functions from your own widgets, you must only pass the default TQStyleOption or the argument that TQStyle is documented to accept. For example, if the function expects TQStyleOption(TQMenuItem *, int), passing TQStyleOption(TQMenuItem *) leaves the optional integer argument uninitialized. .PP When subclassing TQStyle, you must similarly only expect the default or documented arguments. The other arguments will have uninitialized values. .PP @@ -140,11 +140,11 @@ Pass one integer, \fIin1\fR. For example, headerSection. Pass two integers, \fIin1\fR and \fIin2\fR. For example, linewidth and midlinewidth. .SH "TQStyleOption::TQStyleOption ( int in1, int in2, int in3, int in4 )" Pass four integers, \fIin1\fR, \fIin2\fR, \fIin3\fR and \fIin4\fR. -.SH "TQStyleOption::TQStyleOption ( QMenuItem * m )" +.SH "TQStyleOption::TQStyleOption ( TQMenuItem * m )" Pass a menu item, \fIm\fR. -.SH "TQStyleOption::TQStyleOption ( QMenuItem * m, int in1 )" +.SH "TQStyleOption::TQStyleOption ( TQMenuItem * m, int in1 )" Pass a menu item and an integer, \fIm\fR and \fIin1\fR. -.SH "TQStyleOption::TQStyleOption ( QMenuItem * m, int in1, int in2 )" +.SH "TQStyleOption::TQStyleOption ( TQMenuItem * m, int in1, int in2 )" Pass a menu item and two integers, \fIm\fR, \fIin1\fR and \fIin2\fR. .SH "TQStyleOption::TQStyleOption ( const TQColor & c )" Pass a color, \fIc\fR. @@ -182,7 +182,7 @@ Returns the line width if the appropriate constructor was called; otherwise the Returns a QListView item if the appropriate constructor was called; otherwise the return value is undefined. .SH "int TQStyleOption::maxIconWidth () const" Returns the maximum width of the menu item check area if the appropriate constructor was called; otherwise the return value is undefined. -.SH "QMenuItem * TQStyleOption::menuItem () const" +.SH "TQMenuItem * TQStyleOption::menuItem () const" 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. |