diff options
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> |