diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqcolor.3qt | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqcolor.3qt')
-rw-r--r-- | doc/man/man3/tqcolor.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqcolor.3qt b/doc/man/man3/tqcolor.3qt index 08c13061d..bec586161 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 QPalette, TQColorGroup, QApplication::setColorSpec(), Color FAQ, Widget Appearance and Style, Graphics Classes, and Image Processing Classes. +See also TQPalette, TQColorGroup, QApplication::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. @@ -328,7 +328,7 @@ Example: .PP .nf .br - QPixmap loadPixmap( TQString fileName ) + TQPixmap loadPixmap( TQString fileName ) .br { .br @@ -340,7 +340,7 @@ Example: .br alloc_context = TQColor::enterAllocContext(); .br - QPixmap pm( fileName ); + TQPixmap pm( fileName ); .br TQColor::leaveAllocContext(); .br @@ -452,7 +452,7 @@ Returns the number of color bit planes for the underlying window system. .PP The returned value is equal to the default pixmap depth. .PP -See also QPixmap::defaultDepth(). +See also TQPixmap::defaultDepth(). .SH "bool TQColor::operator!= ( const TQColor & c ) const" Returns TRUE if this color has a different RGB value from \fIc\fR; otherwise returns FALSE. .SH "TQColor & TQColor::operator= ( const TQColor & c )" |