summaryrefslogtreecommitdiffstats
path: root/doc/html/tqimagedrag.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-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqimagedrag.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqimagedrag.html')
-rw-r--r--doc/html/tqimagedrag.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqimagedrag.html b/doc/html/tqimagedrag.html
index bd469a51e..c57588acd 100644
--- a/doc/html/tqimagedrag.html
+++ b/doc/html/tqimagedrag.html
@@ -79,15 +79,15 @@ resources.
<h3 class=fn>bool <a name="canDecode"></a>TQImageDrag::canDecode ( const&nbsp;<a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e )<tt> [static]</tt>
</h3>
-Returns TRUE if the information in mime source <em>e</em> can be decoded
-into an image; otherwise returns FALSE.
+Returns true if the information in mime source <em>e</em> can be decoded
+into an image; otherwise returns false.
<p> <p>See also <a href="#decode">decode</a>().
<p>Example: <a href="desktop-example.html#x1731">desktop/desktop.cpp</a>.
<h3 class=fn>bool <a name="decode"></a>TQImageDrag::decode ( const&nbsp;<a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e, <a href="tqimage.html">TQImage</a>&nbsp;&amp;&nbsp;img )<tt> [static]</tt>
</h3>
Attempts to decode the dropped information in mime source <em>e</em>
-into <em>img</em>. Returns TRUE if successful; otherwise returns FALSE.
+into <em>img</em>. Returns true if successful; otherwise returns false.
<p> <p>See also <a href="#canDecode">canDecode</a>().
<p>Example: <a href="desktop-example.html#x1732">desktop/desktop.cpp</a>.
@@ -95,8 +95,8 @@ into <em>img</em>. Returns TRUE if successful; otherwise returns FALSE.
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Attempts to decode the dropped information in mime source <em>e</em>
-into pixmap <em>pm</em>. Returns TRUE if successful; otherwise returns
-FALSE.
+into pixmap <em>pm</em>. Returns true if successful; otherwise returns
+false.
<p> This is a convenience function that converts to a <a href="tqpixmap.html">TQPixmap</a> via a
<a href="tqimage.html">TQImage</a>.
<p> <p>See also <a href="#canDecode">canDecode</a>().