summaryrefslogtreecommitdiffstats
path: root/doc/html/tqimageio.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqimageio.html')
-rw-r--r--doc/html/tqimageio.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqimageio.html b/doc/html/tqimageio.html
index 23df3ec5f..30cb39150 100644
--- a/doc/html/tqimageio.html
+++ b/doc/html/tqimageio.html
@@ -86,8 +86,8 @@ to those that TQt provides.
XBM, XPM and PNM. It may also support JPEG, MNG and GIF, if
specially configured during compilation. The different PNM formats
are: PBM (P1 or P4), PGM (P2 or P5), and PPM (P3 or P6).
-<p> You don't normally need to use this class; <a href="ntqpixmap.html#load">TQPixmap::load</a>(),
-<a href="ntqpixmap.html#save">TQPixmap::save</a>(), and <a href="tqimage.html">TQImage</a> contain sufficient functionality.
+<p> You don't normally need to use this class; <a href="tqpixmap.html#load">TQPixmap::load</a>(),
+<a href="tqpixmap.html#save">TQPixmap::save</a>(), and <a href="tqimage.html">TQImage</a> contain sufficient functionality.
<p> For image files that contain sequences of images, only the first
is read. See <a href="tqmovie.html">TQMovie</a> for loading multiple images.
<p> PBM, PGM, and PPM format <em>output</em> is always in the more condensed
@@ -100,7 +100,7 @@ license the technology. Such countries include Canada, Japan, the
USA, France, Germany, Italy and the UK.
<p> GIF support may be removed completely in a future version of TQt.
We recommend using the PNG format.
-<p> <p>See also <a href="tqimage.html">TQImage</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqfile.html">TQFile</a>, <a href="tqmovie.html">TQMovie</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="io.html">Input/Output and Networking</a>.
+<p> <p>See also <a href="tqimage.html">TQImage</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqfile.html">TQFile</a>, <a href="tqmovie.html">TQMovie</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="io.html">Input/Output and Networking</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQImageIO"></a>TQImageIO::TQImageIO ()
@@ -252,13 +252,13 @@ information, use the <a href="#imageFormat">imageFormat</a>() static functions.
<p> Example:
<p> <pre>
TQImageIO iio;
- <a href="ntqpixmap.html">TQPixmap</a> pixmap;
+ <a href="tqpixmap.html">TQPixmap</a> pixmap;
iio.<a href="#setFileName">setFileName</a>( "vegeburger.bmp" );
if ( image.read() ) // ok
pixmap = iio.<a href="#image">image</a>(); // convert to pixmap
</pre>
-<p> <p>See also <a href="#setIODevice">setIODevice</a>(), <a href="#setFileName">setFileName</a>(), <a href="#setFormat">setFormat</a>(), <a href="#write">write</a>(), and <a href="ntqpixmap.html#load">TQPixmap::load</a>().
+<p> <p>See also <a href="#setIODevice">setIODevice</a>(), <a href="#setFileName">setFileName</a>(), <a href="#setFormat">setFormat</a>(), <a href="#write">write</a>(), and <a href="tqpixmap.html#load">TQPixmap::load</a>().
<h3 class=fn>void <a name="setDescription"></a>TQImageIO::setDescription ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;description )
</h3>
@@ -357,7 +357,7 @@ will be used.
// returned TRUE if written successfully
</pre>
-<p> <p>See also <a href="#setIODevice">setIODevice</a>(), <a href="#setFileName">setFileName</a>(), <a href="#setFormat">setFormat</a>(), <a href="#read">read</a>(), and <a href="ntqpixmap.html#save">TQPixmap::save</a>().
+<p> <p>See also <a href="#setIODevice">setIODevice</a>(), <a href="#setFileName">setFileName</a>(), <a href="#setFormat">setFormat</a>(), <a href="#read">read</a>(), and <a href="tqpixmap.html#save">TQPixmap::save</a>().
<!-- eof -->
<hr><p>