summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqplatinumstyle.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
committerMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqplatinumstyle.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
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 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"