summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqplatinumstyle.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqplatinumstyle.3qt')
-rw-r--r--doc/man/man3/tqplatinumstyle.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqplatinumstyle.3qt b/doc/man/man3/tqplatinumstyle.3qt
index 9a935c940..1c364ee9e 100644
--- a/doc/man/man3/tqplatinumstyle.3qt
+++ b/doc/man/man3/tqplatinumstyle.3qt
@@ -25,7 +25,7 @@ Inherits QWindowsStyle.
.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"
+.BI "void \fBdrawRiffles\fR ( TQPainter * p, int x, int y, int w, int h, const TQColorGroup & g, bool horizontal ) const"
.br
.in -1c
.SH DESCRIPTION
@@ -37,7 +37,7 @@ See also QAquaStyle and Widget Appearance and Style.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QPlatinumStyle::QPlatinumStyle ()"
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"
+.SH "void QPlatinumStyle::drawRiffles ( TQPainter * p, int x, int y, int w, int h, const TQColorGroup & 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 "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.