summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpen.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/ntqpen.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/ntqpen.html')
-rw-r--r--doc/html/ntqpen.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqpen.html b/doc/html/ntqpen.html
index ff962fceb..e05b2a41b 100644
--- a/doc/html/ntqpen.html
+++ b/doc/html/ntqpen.html
@@ -177,8 +177,8 @@ Returns the pen's join style.
<h3 class=fn>bool <a name="operator!-eq"></a>TQPen::operator!= ( const&nbsp;<a href="ntqpen.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>().
@@ -189,7 +189,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="ntqpen.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>().