diff options
Diffstat (limited to 'doc/man/man3/tqsize.3qt')
-rw-r--r-- | doc/man/man3/tqsize.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqsize.3qt b/doc/man/man3/tqsize.3qt index 0620dd066..deaf73399 100644 --- a/doc/man/man3/tqsize.3qt +++ b/doc/man/man3/tqsize.3qt @@ -169,11 +169,11 @@ See also width(). Examples: .)l movies/main.cpp, qfd/fontdisplayer.cpp, and qfd/qfd.cpp. .SH "bool TQSize::isEmpty () const" -Returns TRUE if the width is less than or equal to 0, or the height is less than or equal to 0; otherwise returns FALSE. +Returns true if the width is less than or equal to 0, or the height is less than or equal to 0; otherwise returns false. .SH "bool TQSize::isNull () const" -Returns TRUE if the width is 0 and the height is 0; otherwise returns FALSE. +Returns true if the width is 0 and the height is 0; otherwise returns false. .SH "bool TQSize::isValid () const" -Returns TRUE if the width is equal to or greater than 0 and the height is equal to or greater than 0; otherwise returns FALSE. +Returns true if the width is equal to or greater than 0 and the height is equal to or greater than 0; otherwise returns false. .SH "TQSize & TQSize::operator*= ( int c )" Multiplies both the width and height by \fIc\fR and returns a reference to the size. .SH "TQSize & TQSize::operator*= ( double c )" @@ -306,7 +306,7 @@ Examples: .)l movies/main.cpp, qfd/fontdisplayer.cpp, and qfd/qfd.cpp. .SH RELATED FUNCTION DOCUMENTATION .SH "bool operator!= ( const TQSize & s1, const TQSize & s2 )" -Returns TRUE if \fIs1\fR and \fIs2\fR are different; otherwise returns FALSE. +Returns true if \fIs1\fR and \fIs2\fR are different; otherwise returns false. .SH "const TQSize operator* ( const TQSize & s, int c )" Multiplies \fIs\fR by \fIc\fR and returns the result. .SH "const TQSize operator* ( int c, const TQSize & s )" @@ -338,7 +338,7 @@ Writes the size \fIsz\fR to the stream \fIs\fR and returns a reference to the st .PP See also Format of the TQDataStream operators. .SH "bool operator== ( const TQSize & s1, const TQSize & s2 )" -Returns TRUE if \fIs1\fR and \fIs2\fR are equal; otherwise returns FALSE. +Returns true if \fIs1\fR and \fIs2\fR are equal; otherwise returns false. .SH "TQDataStream & operator>> ( TQDataStream & s, TQSize & sz )" Reads the size from the stream \fIs\fR into size \fIsz\fR and returns a reference to the stream. .PP |