summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcolor.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcolor.3qt')
-rw-r--r--doc/man/man3/tqcolor.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqcolor.3qt b/doc/man/man3/tqcolor.3qt
index 62dd6f426..3d5c89b91 100644
--- a/doc/man/man3/tqcolor.3qt
+++ b/doc/man/man3/tqcolor.3qt
@@ -227,7 +227,7 @@ Here are some examples: Pure red is H=0, S=255, V=255. A dark red, moving slight
.PP
Qt returns a hue value of -1 for achromatic colors. If you pass a too-big hue value, TQt forces it into range. Hue 360 or 720 is treated as 0; hue 540 is treated as 180.
.PP
-See also TQPalette, TQColorGroup, QApplication::setColorSpec(), Color FAQ, Widget Appearance and Style, Graphics Classes, and Image Processing Classes.
+See also TQPalette, TQColorGroup, TQApplication::setColorSpec(), Color FAQ, Widget Appearance and Style, Graphics Classes, and Image Processing Classes.
.SS "Member Type Documentation"
.SH "TQColor::Spec"
The type of color specified, either RGB or HSV, e.g. in the \fCTQColor::TQColor( x, y, z, colorSpec)\fR constructor.
@@ -285,7 +285,7 @@ See also enterAllocContext().
.SH "int TQColor::blue () const"
Returns the B (blue) component of the RGB value.
.SH "void TQColor::cleanup ()\fC [static]\fR"
-Internal clean up required for TQColor. This function is called from the QApplication destructor.
+Internal clean up required for TQColor. This function is called from the TQApplication destructor.
.PP
See also initialize().
.SH "TQStringList TQColor::colorNames ()\fC [static]\fR"
@@ -382,9 +382,9 @@ Calling enterAllocContext() enters an allocation context. The allocation context
.br
.fi
.PP
-You may also want to set the application's color specification. See QApplication::setColorSpec() for more information.
+You may also want to set the application's color specification. See TQApplication::setColorSpec() for more information.
.PP
-See also leaveAllocContext(), currentAllocContext(), destroyAllocContext(), and QApplication::setColorSpec().
+See also leaveAllocContext(), currentAllocContext(), destroyAllocContext(), and TQApplication::setColorSpec().
.PP
Example: showimg/showimg.cpp.
.SH "void TQColor::getHsv ( int * h, int * s, int * v ) const"
@@ -408,7 +408,7 @@ Returns the G (green) component of the RGB value.
.PP
Example: themes/metal.cpp.
.SH "void TQColor::initialize ()\fC [static]\fR"
-Internal initialization required for TQColor. This function is called from the QApplication constructor.
+Internal initialization required for TQColor. This function is called from the TQApplication constructor.
.PP
See also cleanup().
.SH "bool TQColor::isValid () const"