diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqimagedecoder.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqimagedecoder.html')
-rw-r--r-- | doc/html/tqimagedecoder.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqimagedecoder.html b/doc/html/tqimagedecoder.html index b8724d7c0..7c26a12b8 100644 --- a/doc/html/tqimagedecoder.html +++ b/doc/html/tqimagedecoder.html @@ -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="tqimageformattype.html">TQImageFormatType</a>; the <a href="ntqmovie.html">TQMovie</a> class can be used for all installed +<a href="tqimageformattype.html">TQImageFormatType</a>; the <a href="tqmovie.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="tqimageconsumer.html">TQImageConsumer</a>. <p> A TQImageDecoder is a machine that decodes images. It takes encoded |