summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsize.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqsize.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqsize.html')
-rw-r--r--doc/html/ntqsize.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/ntqsize.html b/doc/html/ntqsize.html
index de930bdbe..55b5890e6 100644
--- a/doc/html/ntqsize.html
+++ b/doc/html/ntqsize.html
@@ -140,20 +140,20 @@ Returns the height.
<h3 class=fn>bool <a name="isEmpty"></a>TQSize::isEmpty () const
</h3>
-Returns TRUE if the width is less than or equal to 0, or the height is
-less than or equal to 0; otherwise returns FALSE.
+Returns true if the width is less than or equal to 0, or the height is
+less than or equal to 0; otherwise returns false.
<h3 class=fn>bool <a name="isNull"></a>TQSize::isNull () const
</h3>
-Returns TRUE if the width is 0 and the height is 0; otherwise
-returns FALSE.
+Returns true if the width is 0 and the height is 0; otherwise
+returns false.
<h3 class=fn>bool <a name="isValid"></a>TQSize::isValid () const
</h3>
-Returns TRUE if the width is equal to or greater than 0 and the height is
-equal to or greater than 0; otherwise returns FALSE.
+Returns true if the width is equal to or greater than 0 and the height is
+equal to or greater than 0; otherwise returns false.
<h3 class=fn><a href="ntqsize.html">TQSize</a>&nbsp;&amp; <a name="operator*-eq"></a>TQSize::operator*= ( int&nbsp;c )
</h3>
@@ -292,7 +292,7 @@ Returns the width.
</h3>
-Returns TRUE if <em>s1</em> and <em>s2</em> are different; otherwise returns FALSE.
+Returns true if <em>s1</em> and <em>s2</em> are different; otherwise returns false.
<h3 class=fn>const&nbsp;<a href="ntqsize.html">TQSize</a> <a name="operator*"></a>operator* ( const&nbsp;<a href="ntqsize.html">TQSize</a>&nbsp;&amp;&nbsp;s, int&nbsp;c )
</h3>
@@ -356,7 +356,7 @@ the stream.
</h3>
-Returns TRUE if <em>s1</em> and <em>s2</em> are equal; otherwise returns FALSE.
+Returns true if <em>s1</em> and <em>s2</em> are equal; otherwise returns false.
<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="ntqsize.html">TQSize</a>&nbsp;&amp;&nbsp;sz )
</h3>