summaryrefslogtreecommitdiffstats
path: root/doc/html/qimagedecoder.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qimagedecoder.html')
-rw-r--r--doc/html/qimagedecoder.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qimagedecoder.html b/doc/html/qimagedecoder.html
index 25dff373..bd484b58 100644
--- a/doc/html/qimagedecoder.html
+++ b/doc/html/qimagedecoder.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQImageDecoder class is an incremental image decoder for all supported image formats.
<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="qimagedecoder-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -58,7 +58,7 @@ The TQImageDecoder class is an incremental image decoder for all supported image
<p> New formats are installed by creating objects of class
-<a href="qimageformattype.html">TQImageFormatType</a>; the <a href="qmovie.html">TQMovie</a> class can be used for all installed
+<a href="qimageformattype.html">TQImageFormatType</a>; the <a href="ntqmovie.html">TQMovie</a> class can be used for all installed
incremental image formats. TQImageDecoder is only useful for
creating new ways of feeding data to an <a href="qimageconsumer.html">TQImageConsumer</a>.
<p> A TQImageDecoder is a machine that decodes images. It takes encoded
@@ -70,7 +70,7 @@ currently-existing TQImageFormatType factory objects.
need to implement support for additional image formats.
<p>
<p> TQt supports GIF reading if it is configured that way during
-installation (see qgif.h). If it is, we are required to state that
+installation (see ntqgif.h). If it is, we are required to state that
"The Graphics Interchange Format(c) is the Copyright property of
CompuServe Incorporated. GIF(sm) is a Service Mark property of
CompuServe Incorporated."
@@ -121,12 +121,12 @@ header. The returned string is statically allocated. The function
will look at the first <em>length</em> characters in the <em>buffer</em>.
<p> Returns 0 if the format is not recognized.
-<h3 class=fn>const&nbsp;<a href="qimage.html">TQImage</a>&nbsp;&amp; <a name="image"></a>TQImageDecoder::image ()
+<h3 class=fn>const&nbsp;<a href="ntqimage.html">TQImage</a>&nbsp;&amp; <a name="image"></a>TQImageDecoder::image ()
</h3>
<p> Returns the image currently being decoded.
-<h3 class=fn><a href="qstrlist.html">TQStrList</a> <a name="inputFormats"></a>TQImageDecoder::inputFormats ()<tt> [static]</tt>
+<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="inputFormats"></a>TQImageDecoder::inputFormats ()<tt> [static]</tt>
</h3>
Returns a sorted list of formats for which asynchronous loading is
supported.