diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqpalette.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-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/tqpalette.html')
-rw-r--r-- | doc/html/tqpalette.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqpalette.html b/doc/html/tqpalette.html index 37265b295..4b11b1c02 100644 --- a/doc/html/tqpalette.html +++ b/doc/html/tqpalette.html @@ -183,17 +183,17 @@ operator and offers no benefits. <h3 class=fn>bool <a name="isCopyOf"></a>TQPalette::isCopyOf ( const <a href="tqpalette.html">TQPalette</a> & p ) </h3> -Returns TRUE if this palette and <em>p</em> are copies of each other, +Returns true if this palette and <em>p</em> are copies of each other, i.e. one of them was created as a copy of the other and neither -was subsequently modified; otherwise returns FALSE. This is much +was subsequently modified; otherwise returns false. This is much stricter than equality. <p> <p>See also <a href="#operator-eq">operator=</a>() and <a href="#operator-eq-eq">operator==</a>(). <h3 class=fn>bool <a name="operator!-eq"></a>TQPalette::operator!= ( const <a href="tqpalette.html">TQPalette</a> & p ) const </h3> -<p> Returns TRUE (slowly) if this palette is different from <em>p</em>; -otherwise returns FALSE (usually quickly). +<p> Returns true (slowly) if this palette is different from <em>p</em>; +otherwise returns false (usually quickly). <h3 class=fn><a href="tqpalette.html">TQPalette</a> & <a name="operator-eq"></a>TQPalette::operator= ( const <a href="tqpalette.html">TQPalette</a> & p ) </h3> @@ -204,8 +204,8 @@ palette. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQPalette::operator== ( const <a href="tqpalette.html">TQPalette</a> & p ) const </h3> -Returns TRUE (usually quickly) if this palette is equal to <em>p</em>; -otherwise returns FALSE (slowly). +Returns true (usually quickly) if this palette is equal to <em>p</em>; +otherwise returns false (slowly). <h3 class=fn>int <a name="serialNumber"></a>TQPalette::serialNumber () const </h3> |