summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqimagedecoder.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqimagedecoder.3qt')
-rw-r--r--doc/man/man3/tqimagedecoder.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqimagedecoder.3qt b/doc/man/man3/tqimagedecoder.3qt
index bc6eee42..23c452b7 100644
--- a/doc/man/man3/tqimagedecoder.3qt
+++ b/doc/man/man3/tqimagedecoder.3qt
@@ -47,7 +47,7 @@ TQImageDecoder \- Incremental image decoder for all supported image formats
.SH DESCRIPTION
The TQImageDecoder class is an incremental image decoder for all supported image formats.
.PP
-New formats are installed by creating objects of class TQImageFormatType; the QMovie class can be used for all installed incremental image formats. TQImageDecoder is only useful for creating new ways of feeding data to an TQImageConsumer.
+New formats are installed by creating objects of class TQImageFormatType; the TQMovie class can be used for all installed incremental image formats. TQImageDecoder is only useful for creating new ways of feeding data to an TQImageConsumer.
.PP
A TQImageDecoder is a machine that decodes images. It takes encoded image data via its decode() method and expresses its decoding by supplying information to a TQImageConsumer. It implements its decoding by using a TQImageFormat created by one of the currently-existing TQImageFormatType factory objects.
.PP