diff options
Diffstat (limited to 'doc/man/man3/qpalette.3qt')
-rw-r--r-- | doc/man/man3/qpalette.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qpalette.3qt b/doc/man/man3/qpalette.3qt index 1e6ef2bef..3ecf55dd7 100644 --- a/doc/man/man3/qpalette.3qt +++ b/doc/man/man3/qpalette.3qt @@ -202,7 +202,7 @@ Returns the active color group. Use active() instead. .PP See also setActive() and active(). .SH "bool QPalette::operator!= ( const QPalette & p ) const" -Returns TRUE (slowly) if this palette is different from \fIp\fR; otherwise returns FALSE (usually tquickly). +Returns TRUE (slowly) if this palette is different from \fIp\fR; otherwise returns FALSE (usually quickly). .SH "QPalette & QPalette::operator= ( const QPalette & p )" Assigns \fIp\fR to this palette and returns a reference to this palette. .PP @@ -210,7 +210,7 @@ This is fast (it uses copy-on-write). .PP See also copy(). .SH "bool QPalette::operator== ( const QPalette & p ) const" -Returns TRUE (usually tquickly) if this palette is equal to \fIp\fR; otherwise returns FALSE (slowly). +Returns TRUE (usually quickly) if this palette is equal to \fIp\fR; otherwise returns FALSE (slowly). .SH "int QPalette::serialNumber () const" Returns a number that uniquely identifies this QPalette object. The serial number is intended for caching. Its value may not be used for anything other than equality testing. .PP |