summaryrefslogtreecommitdiffstats
path: root/doc/html/tqpoint.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/tqpoint.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/tqpoint.html')
-rw-r--r--doc/html/tqpoint.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqpoint.html b/doc/html/tqpoint.html
index c5b1e2cad..82b98c7e9 100644
--- a/doc/html/tqpoint.html
+++ b/doc/html/tqpoint.html
@@ -114,7 +114,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>
@@ -124,8 +124,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>
@@ -274,7 +274,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="tqpoint.html">TQPoint</a> <a name="operator*"></a>operator* ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p, int&nbsp;c )
</h3>
@@ -355,7 +355,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="tqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p )
</h3>