summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqplatinumstyle.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqplatinumstyle.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt-r14.1.1.tar.gz
tqt-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
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"