summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcolor.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqcolor.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-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/html/tqcolor.html')
-rw-r--r--doc/html/tqcolor.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqcolor.html b/doc/html/tqcolor.html
index 08598f1e..1df63a35 100644
--- a/doc/html/tqcolor.html
+++ b/doc/html/tqcolor.html
@@ -179,7 +179,7 @@ moving slightly towards the magenta, could be H=350 (equivalent to
<p> TQt 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.
-<p> <p>See also <a href="ntqpalette.html">TQPalette</a>, <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(), <a href="http://www.poynton.com/ColorFAQ.html">Color FAQ</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>.
+<p> <p>See also <a href="tqpalette.html">TQPalette</a>, <a href="tqcolorgroup.html">TQColorGroup</a>, <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>(), <a href="http://www.poynton.com/ColorFAQ.html">Color FAQ</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="Spec-enum"></a>TQColor::Spec</h3>
@@ -315,13 +315,13 @@ displays as well as for colormap displays, except that
<a href="#destroyAllocContext">TQColor::destroyAllocContext</a>() does nothing for true color.
<p> Example:
<pre>
- <a href="ntqpixmap.html">TQPixmap</a> loadPixmap( <a href="tqstring.html">TQString</a> fileName )
+ <a href="tqpixmap.html">TQPixmap</a> loadPixmap( <a href="tqstring.html">TQString</a> fileName )
{
static int alloc_context = 0;
if ( alloc_context )
TQColor::<a href="#destroyAllocContext">destroyAllocContext</a>( alloc_context );
alloc_context = TQColor::<a href="#enterAllocContext">enterAllocContext</a>();
- <a href="ntqpixmap.html">TQPixmap</a> pm( fileName );
+ <a href="tqpixmap.html">TQPixmap</a> pm( fileName );
TQColor::<a href="#leaveAllocContext">leaveAllocContext</a>();
return pm;
}
@@ -441,7 +441,7 @@ character followed by three two-digit hexadecimal numbers.
Returns the number of color bit planes for the underlying window
system.
<p> The returned value is equal to the default pixmap depth.
-<p> <p>See also <a href="ntqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>().
+<p> <p>See also <a href="tqpixmap.html#defaultDepth">TQPixmap::defaultDepth</a>().
<h3 class=fn>bool <a name="operator!-eq"></a>TQColor::operator!= ( const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;c ) const
</h3>