summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtextdrag.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/tqtextdrag.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/tqtextdrag.html')
-rw-r--r--doc/html/tqtextdrag.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqtextdrag.html b/doc/html/tqtextdrag.html
index ce60fa880..254d119ab 100644
--- a/doc/html/tqtextdrag.html
+++ b/doc/html/tqtextdrag.html
@@ -82,15 +82,15 @@ resources.
<h3 class=fn>bool <a name="canDecode"></a>TQTextDrag::canDecode ( const&nbsp;<a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e )<tt> [static]</tt>
</h3>
-Returns TRUE if the information in <em>e</em> can be decoded into a
-<a href="tqstring.html">TQString</a>; otherwise returns FALSE.
+Returns true if the information in <em>e</em> can be decoded into a
+<a href="tqstring.html">TQString</a>; otherwise returns false.
<p> <p>See also <a href="#decode">decode</a>().
<p>Example: <a href="simple_dd-example.html#x2827">iconview/simple_dd/main.cpp</a>.
<h3 class=fn>bool <a name="decode"></a>TQTextDrag::decode ( const&nbsp;<a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e, <a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;str )<tt> [static]</tt>
</h3>
Attempts to decode the dropped information in <em>e</em> into <em>str</em>.
-Returns TRUE if successful; otherwise returns FALSE.
+Returns true if successful; otherwise returns false.
<p> <p>See also <a href="#canDecode">canDecode</a>().
<p>Example: <a href="simple_dd-example.html#x2828">iconview/simple_dd/main.cpp</a>.
@@ -98,7 +98,7 @@ 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 <em>e</em> into <em>str</em>.
-Returns TRUE if successful; otherwise returns FALSE. If <em>subtype</em>
+Returns true if successful; otherwise returns false. If <em>subtype</em>
is null, any text subtype is accepted; otherwise only the
specified <em>subtype</em> is accepted.
<p> <p>See also <a href="#canDecode">canDecode</a>().