summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvaspixmap.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-20 20:15:52 +0900
committerMichele Calgaro <[email protected]>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/tqcanvaspixmap.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 <[email protected]>
Diffstat (limited to 'doc/html/tqcanvaspixmap.html')
-rw-r--r--doc/html/tqcanvaspixmap.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqcanvaspixmap.html b/doc/html/tqcanvaspixmap.html
index 3d4ca528f..e0b6d0de8 100644
--- a/doc/html/tqcanvaspixmap.html
+++ b/doc/html/tqcanvaspixmap.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQCanvasPixmap class provides pixmaps for TQCanvasSprites.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqcanvas-h.html">tqcanvas.h</a>&gt;</tt>
-<p>Inherits <a href="ntqpixmap.html">TQPixmap</a>.
+<p>Inherits <a href="tqpixmap.html">TQPixmap</a>.
<p><a href="tqcanvaspixmap-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -61,7 +61,7 @@ as TQCanvasPixmaps. <a href="tqcanvassprite.html">TQCanvasSprite</a>s are used t
<a href="tqcanvas.html">TQCanvas</a>es and hold their pixmaps in a TQCanvasPixmapArray. If
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.
+<p> The pixmap is a <a href="tqpixmap.html">TQPixmap</a> and can only be set in the constructor.
There are three different constructors, one taking a TQPixmap, one
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>).
@@ -87,7 +87,7 @@ Constructs a TQCanvasPixmap that uses the image stored in <em>datafilename</em>.
</h3>
Constructs a TQCanvasPixmap from the image <em>image</em>.
-<h3 class=fn><a name="TQCanvasPixmap-3"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pm, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;offset )
+<h3 class=fn><a name="TQCanvasPixmap-3"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pm, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;offset )
</h3>
Constructs a TQCanvasPixmap from the pixmap <em>pm</em> using the offset
<em>offset</em>.