summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvaspixmap.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/tqcanvaspixmap.html
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt-8c029298.tar.gz
tqt-8c029298.zip
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcanvaspixmap.html')
-rw-r--r--doc/html/tqcanvaspixmap.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqcanvaspixmap.html b/doc/html/tqcanvaspixmap.html
index eec83185d..5fc01cef7 100644
--- a/doc/html/tqcanvaspixmap.html
+++ b/doc/html/tqcanvaspixmap.html
@@ -63,11 +63,11 @@ you retrieve a frame (pixmap) from a TQCanvasSprite it will be
returned as a TQCanvasPixmap.
<p> The pixmap is a <a href="ntqpixmap.html">TQPixmap</a> and can only be set in the constructor.
There are three different constructors, one taking a TQPixmap, one
-a <a href="ntqimage.html">TQImage</a> and one a file name that refers to a file in any
-supported file format (see <a href="qimageio.html">TQImageIO</a>).
+a <a href="tqimage.html">TQImage</a> and one a file name that refers to a file in any
+supported file format (see <a href="tqimageio.html">TQImageIO</a>).
<p> TQCanvasPixmap can have a hotspot which is defined in terms of an (x,
y) offset. When you create a TQCanvasPixmap from a PNG file or from
-a TQImage that has a <a href="ntqimage.html#offset">TQImage::offset</a>(), the offset() is initialized
+a TQImage that has a <a href="tqimage.html#offset">TQImage::offset</a>(), the offset() is initialized
appropriately, otherwise the constructor leaves it at (0, 0). You
can set it later using <a href="#setOffset">setOffset</a>(). When the TQCanvasPixmap is used
in a <a href="tqcanvassprite.html">TQCanvasSprite</a>, the offset position is the point at
@@ -83,7 +83,7 @@ stays in the same position.
</h3>
Constructs a TQCanvasPixmap that uses the image stored in <em>datafilename</em>.
-<h3 class=fn><a name="TQCanvasPixmap-2"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="ntqimage.html">TQImage</a>&nbsp;&amp;&nbsp;image )
+<h3 class=fn><a name="TQCanvasPixmap-2"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="tqimage.html">TQImage</a>&nbsp;&amp;&nbsp;image )
</h3>
Constructs a TQCanvasPixmap from the image <em>image</em>.