summaryrefslogtreecommitdiffstats
path: root/doc/html/qimageformat.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qimageformat.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qimageformat.html')
-rw-r--r--doc/html/qimageformat.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qimageformat.html b/doc/html/qimageformat.html
index 0cb57c851..471a24d8e 100644
--- a/doc/html/qimageformat.html
+++ b/doc/html/qimageformat.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQImageFormat class is an incremental image decoder for a specific image format.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qasyncimageio-h.html">qasyncimageio.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qasyncimageio-h.html">ntqasyncimageio.h</a>&gt;</tt>
<p><a href="qimageformat-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -49,8 +49,8 @@ The TQImageFormat class is an incremental image decoder for a specific image for
<p> By making a derived class of <a href="qimageformattype.html">TQImageFormatType</a>, which in turn
creates objects that are a subclass of TQImageFormat, you can add
support for more incremental image formats, allowing such formats
-to be sources for a <a href="qmovie.html">TQMovie</a> or for the first frame of the image
-stream to be loaded as a <a href="qimage.html">TQImage</a> or <a href="qpixmap.html">TQPixmap</a>.
+to be sources for a <a href="ntqmovie.html">TQMovie</a> or for the first frame of the image
+stream to be loaded as a <a href="ntqimage.html">TQImage</a> or <a href="ntqpixmap.html">TQPixmap</a>.
<p> Your new subclass must reimplement the <a href="#decode">decode</a>() function in order
to process your new format.
<p> New TQImageFormat objects are generated by new TQImageFormatType
@@ -58,7 +58,7 @@ factories.
<p>See also <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="multimedia.html">Multimedia Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn>int <a name="decode"></a>TQImageFormat::decode ( <a href="qimage.html">TQImage</a>&nbsp;&amp;&nbsp;img, <a href="qimageconsumer.html">TQImageConsumer</a>&nbsp;*&nbsp;consumer, const&nbsp;uchar&nbsp;*&nbsp;buffer, int&nbsp;length )<tt> [pure virtual]</tt>
+<h3 class=fn>int <a name="decode"></a>TQImageFormat::decode ( <a href="ntqimage.html">TQImage</a>&nbsp;&amp;&nbsp;img, <a href="qimageconsumer.html">TQImageConsumer</a>&nbsp;*&nbsp;consumer, const&nbsp;uchar&nbsp;*&nbsp;buffer, int&nbsp;length )<tt> [pure virtual]</tt>
</h3>
<p> New subclasses must reimplement this method.