summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpoint.html
diff options
context:
space:
mode:
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>