summaryrefslogtreecommitdiffstats
path: root/doc/html/tqimagedecoder.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-16 17:42:59 +0900
commit4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch)
tree119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqimagedecoder.html
parentcf2c8613706a3685266058db00c0e9f632c5bd24 (diff)
downloadtqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.tar.gz
tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.zip
Replace TRUE/FALSE with boolean values true/false - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqimagedecoder.html')
-rw-r--r--doc/html/tqimagedecoder.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqimagedecoder.html b/doc/html/tqimagedecoder.html
index 9bd566431..4e605aae0 100644
--- a/doc/html/tqimagedecoder.html
+++ b/doc/html/tqimagedecoder.html
@@ -99,7 +99,7 @@ consumer for which it decoded the image is <em>not</em> destroyed.
Call this function to decode some data into image changes. The
data in <em>buffer</em> will be decoded, sending change information to
the <a href="tqimageconsumer.html">TQImageConsumer</a> of this TQImageDecoder until one of the change
-functions of the consumer returns FALSE. The length of the data is
+functions of the consumer returns false. The length of the data is
given in <em>length</em>.
<p> Returns the number of bytes consumed: 0 if consumption is
complete, and -1 if decoding fails due to invalid data.