summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqstyleoption.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqstyleoption.3qt')
-rw-r--r--doc/man/man3/tqstyleoption.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqstyleoption.3qt b/doc/man/man3/tqstyleoption.3qt
index e67b0e7b..a0c72501 100644
--- a/doc/man/man3/tqstyleoption.3qt
+++ b/doc/man/man3/tqstyleoption.3qt
@@ -38,7 +38,7 @@ QStyleOption \- Optional parameters for QStyle functions
.BI "\fBQStyleOption\fR ( QMenuItem * m, int in1, int in2 )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( const QColor & c )"
+.BI "\fBQStyleOption\fR ( const TQColor & c )"
.br
.ti -1c
.BI "\fBQStyleOption\fR ( QTab * t )"
@@ -56,7 +56,7 @@ QStyleOption \- Optional parameters for QStyle functions
.BI "\fBQStyleOption\fR ( const QRect & r )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( QWidget * w )"
+.BI "\fBQStyleOption\fR ( TQWidget * w )"
.br
.ti -1c
.BI "bool \fBisDefault\fR () const"
@@ -89,7 +89,7 @@ QStyleOption \- Optional parameters for QStyle functions
.BI "int \fBtabWidth\fR () const"
.br
.ti -1c
-.BI "const QColor & \fBcolor\fR () const"
+.BI "const TQColor & \fBcolor\fR () const"
.br
.ti -1c
.BI "QTab * \fBtab\fR () const"
@@ -107,7 +107,7 @@ QStyleOption \- Optional parameters for QStyle functions
.BI "QRect \fBrect\fR () const"
.br
.ti -1c
-.BI "QWidget * \fBwidget\fR () const"
+.BI "TQWidget * \fBwidget\fR () const"
.br
.in -1c
.SH DESCRIPTION
@@ -146,7 +146,7 @@ Pass a menu item, \fIm\fR.
Pass a menu item and an integer, \fIm\fR and \fIin1\fR.
.SH "QStyleOption::QStyleOption ( QMenuItem * m, int in1, int in2 )"
Pass a menu item and two integers, \fIm\fR, \fIin1\fR and \fIin2\fR.
-.SH "QStyleOption::QStyleOption ( const QColor & c )"
+.SH "QStyleOption::QStyleOption ( const TQColor & c )"
Pass a color, \fIc\fR.
.SH "QStyleOption::QStyleOption ( QTab * t )"
Pass a QTab, \fIt\fR.
@@ -158,13 +158,13 @@ Pass a QCheckListItem, \fIi\fR.
Pass an Qt::ArrowType, \fIa\fR.
.SH "QStyleOption::QStyleOption ( const QRect & r )"
Pass a QRect, \fIr\fR.
-.SH "QStyleOption::QStyleOption ( QWidget * w )"
-Pass a QWidget, \fIw\fR.
+.SH "QStyleOption::QStyleOption ( TQWidget * w )"
+Pass a TQWidget, \fIw\fR.
.SH "Qt::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.
-.SH "const QColor & QStyleOption::color () const"
+.SH "const TQColor & QStyleOption::color () const"
Returns a color if the appropriate constructor was called; otherwise the return value is undefined.
.SH "int QStyleOption::day () const"
Returns the index of the day in the month if the appropriate constructor was called; otherwise the return value is undefined.
@@ -192,7 +192,7 @@ Returns a rectangle if the appropriate constructor was called; otherwise the ret
Returns a QTabBar tab if the appropriate constructor was called; otherwise the return value is undefined.
.SH "int QStyleOption::tabWidth () const"
Returns the tab indent width if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "QWidget * QStyleOption::widget () const"
+.SH "TQWidget * QStyleOption::widget () const"
Returns a pointer to a widget if the appropriate constructor was called;
otherwise the return value is undefined.