diff options
Diffstat (limited to 'doc/html/ntqpen.html')
| -rw-r--r-- | doc/html/ntqpen.html | 6 |
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 <a href="ntqpen.html">TQPen</a> & 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 <a href="ntqpen.html">TQPen</a> & 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>(). |
