diff options
Diffstat (limited to 'doc/html/tqpen.html')
-rw-r--r-- | doc/html/tqpen.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqpen.html b/doc/html/tqpen.html index 6b1f06bd2..ff4f1064f 100644 --- a/doc/html/tqpen.html +++ b/doc/html/tqpen.html @@ -176,8 +176,8 @@ Returns the pen's join style. <h3 class=fn>bool <a name="operator!-eq"></a>TQPen::operator!= ( const <a href="tqpen.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>(). @@ -188,7 +188,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="tqpen.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>(). |