summaryrefslogtreecommitdiffstats
path: root/doc/html/tqpen.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/tqpen.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/tqpen.html')
-rw-r--r--doc/html/tqpen.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqpen.html b/doc/html/tqpen.html
index 6b1f06bd2..ff4f1064f 100644
--- a/doc/html/tqpen.html
+++ b/doc/html/tqpen.html
@@ -176,8 +176,8 @@ Returns the pen's join style.
<h3 class=fn>bool <a name="operator!-eq"></a>TQPen::operator!= ( const&nbsp;<a href="tqpen.html">TQPen</a>&nbsp;&amp;&nbsp;p ) const
</h3>
-<p> Returns TRUE if the pen is different from <em>p</em>; otherwise returns
-FALSE.
+<p> Returns true if the pen is different from <em>p</em>; otherwise returns
+false.
<p> Two pens are different if they have different styles, widths or
colors.
<p> <p>See also <a href="#operator-eq-eq">operator==</a>().
@@ -188,7 +188,7 @@ Assigns <em>p</em> to this pen and returns a reference to this pen.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQPen::operator== ( const&nbsp;<a href="tqpen.html">TQPen</a>&nbsp;&amp;&nbsp;p ) const
</h3>
-Returns TRUE if the pen is equal to <em>p</em>; otherwise returns FALSE.
+Returns true if the pen is equal to <em>p</em>; otherwise returns false.
<p> Two pens are equal if they have equal styles, widths and colors.
<p> <p>See also <a href="#operator!-eq">operator!=</a>().