summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbrush.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqbrush.3qt')
-rw-r--r--doc/man/man3/tqbrush.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqbrush.3qt b/doc/man/man3/tqbrush.3qt
index 0b1b10933..3e0b380f8 100644
--- a/doc/man/man3/tqbrush.3qt
+++ b/doc/man/man3/tqbrush.3qt
@@ -144,7 +144,7 @@ Returns the brush color.
.PP
See also setColor().
.SH "bool TQBrush::operator!= ( const TQBrush & b ) const"
-Returns TRUE if the brush is different from \fIb\fR; otherwise returns FALSE.
+Returns true if the brush is different from \fIb\fR; otherwise returns false.
.PP
Two brushes are different if they have different styles, colors or pixmaps.
.PP
@@ -152,7 +152,7 @@ See also operator==().
.SH "TQBrush & TQBrush::operator= ( const TQBrush & b )"
Assigns \fIb\fR to this brush and returns a reference to this brush.
.SH "bool TQBrush::operator== ( const TQBrush & b ) const"
-Returns TRUE if the brush is equal to \fIb\fR; otherwise returns FALSE.
+Returns true if the brush is equal to \fIb\fR; otherwise returns false.
.PP
Two brushes are equal if they have equal styles, colors and pixmaps.
.PP