summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpoint.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/ntqpoint.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/ntqpoint.html')
-rw-r--r--doc/html/ntqpoint.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqpoint.html b/doc/html/ntqpoint.html
index 1e0376aad..90003748c 100644
--- a/doc/html/ntqpoint.html
+++ b/doc/html/ntqpoint.html
@@ -115,7 +115,7 @@ be written to and read from a TQStream.
<h3 class=fn><a name="TQPoint"></a>TQPoint::TQPoint ()
</h3>
-<p> Constructs a point with coordinates (0, 0) (<a href="#isNull">isNull</a>() returns TRUE).
+<p> Constructs a point with coordinates (0, 0) (<a href="#isNull">isNull</a>() returns true).
<h3 class=fn><a name="TQPoint-2"></a>TQPoint::TQPoint ( int&nbsp;xpos, int&nbsp;ypos )
</h3>
@@ -125,8 +125,8 @@ be written to and read from a TQStream.
<h3 class=fn>bool <a name="isNull"></a>TQPoint::isNull () const
</h3>
-<p> Returns TRUE if both the x value and the y value are 0; otherwise
-returns FALSE.
+<p> Returns true if both the x value and the y value are 0; otherwise
+returns false.
<h3 class=fn>int <a name="manhattanLength"></a>TQPoint::manhattanLength () const
</h3>
@@ -275,7 +275,7 @@ integers.
</h3>
<p>
-<p> Returns TRUE if <em>p1</em> and <em>p2</em> are not equal; otherwise returns FALSE.
+<p> Returns true if <em>p1</em> and <em>p2</em> are not equal; otherwise returns false.
<h3 class=fn>const&nbsp;<a href="ntqpoint.html">TQPoint</a> <a name="operator*"></a>operator* ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p, int&nbsp;c )
</h3>
@@ -356,7 +356,7 @@ the stream.
</h3>
<p>
-<p> Returns TRUE if <em>p1</em> and <em>p2</em> are equal; otherwise returns FALSE.
+<p> Returns true if <em>p1</em> and <em>p2</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="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p )
</h3>