summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcolorgroup.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-11-16 17:42:59 +0900
commit4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch)
tree119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqcolorgroup.html
parentcf2c8613706a3685266058db00c0e9f632c5bd24 (diff)
downloadtqt-master.tar.gz
tqt-master.zip
Replace TRUE/FALSE with boolean values true/false - part 4HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcolorgroup.html')
-rw-r--r--doc/html/tqcolorgroup.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqcolorgroup.html b/doc/html/tqcolorgroup.html
index f904cc8fe..be76388ca 100644
--- a/doc/html/tqcolorgroup.html
+++ b/doc/html/tqcolorgroup.html
@@ -288,8 +288,8 @@ Returns the color that has been set for color role <em>r</em>.
<h3 class=fn>bool <a name="operator!-eq"></a>TQColorGroup::operator!= ( const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;g ) const
</h3>
-<p> Returns TRUE if this color group is different from <em>g</em>; otherwise
-returns FALSE.
+<p> Returns true if this color group is different from <em>g</em>; otherwise
+returns false.
<p> <p>See also
<h3 class=fn><a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp; <a name="operator-eq"></a>TQColorGroup::operator= ( const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;other )
</h3>
@@ -297,8 +297,8 @@ Copies the colors of <em>other</em> to this color group.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQColorGroup::operator== ( const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;g ) const
</h3>
-Returns TRUE if this color group is equal to <em>g</em>; otherwise
-returns FALSE.
+Returns true if this color group is equal to <em>g</em>; otherwise
+returns false.
<p> <p>See also
<h3 class=fn>void <a name="setBrush"></a>TQColorGroup::setBrush ( <a href="tqcolorgroup.html#ColorRole-enum">ColorRole</a>&nbsp;r, const&nbsp;<a href="tqbrush.html">TQBrush</a>&nbsp;&amp;&nbsp;b )
</h3>