diff options
Diffstat (limited to 'doc/man/man3/tqplatinumstyle.3qt')
-rw-r--r-- | doc/man/man3/tqplatinumstyle.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqplatinumstyle.3qt b/doc/man/man3/tqplatinumstyle.3qt index 5a8f3f35a..b8b89a4c3 100644 --- a/doc/man/man3/tqplatinumstyle.3qt +++ b/doc/man/man3/tqplatinumstyle.3qt @@ -22,7 +22,7 @@ Inherits QWindowsStyle. .SS "Protected Members" .in +1c .ti -1c -.BI "QColor \fBmixedColor\fR ( const QColor & c1, const QColor & c2 ) const" +.BI "TQColor \fBmixedColor\fR ( const TQColor & c1, const TQColor & c2 ) const" .br .ti -1c .BI "void \fBdrawRiffles\fR ( QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool horizontal ) const" @@ -39,7 +39,7 @@ See also QAquaStyle and Widget Appearance and Style. Constructs a QPlatinumStyle .SH "void QPlatinumStyle::drawRiffles ( QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool horizontal ) const\fC [protected]\fR" Draws the nifty Macintosh decoration used on sliders using painter \fIp\fR and colorgroup \fIg\fR. \fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR and \fIhorizontal\fR specify the geometry and orientation of the riffles. -.SH "QColor QPlatinumStyle::mixedColor ( const QColor & c1, const QColor & c2 ) const\fC [protected]\fR" +.SH "TQColor QPlatinumStyle::mixedColor ( const TQColor & c1, const TQColor & c2 ) const\fC [protected]\fR" Mixes two colors \fIc1\fR and \fIc2\fR to a new color. .SH "SEE ALSO" |