From 6e4a70d41a2636ce99a1da7b6827ac5685ed3186 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 31 Jul 2025 13:38:31 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 3 Signed-off-by: Michele Calgaro (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d) --- doc/man/man3/tqkeysequence.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/tqkeysequence.3qt') diff --git a/doc/man/man3/tqkeysequence.3qt b/doc/man/man3/tqkeysequence.3qt index 37dd4ac1e..1f22e2613 100644 --- a/doc/man/man3/tqkeysequence.3qt +++ b/doc/man/man3/tqkeysequence.3qt @@ -114,7 +114,7 @@ Destroys the key sequence. .SH "uint QKeySequence::count () const" Returns the number of keys in the key sequence. The maximum is 4. .SH "bool QKeySequence::isEmpty () const" -Returns TRUE if the key sequence is empty; otherwise returns FALSE. +Returns true if the key sequence is empty; otherwise returns false. .SH "TQt::SequenceMatch QKeySequence::matches ( const QKeySequence & seq ) const" Matches the sequence with \fIseq\fR. Returns TQt::Identical if successful, TQt::PartialMatch for matching but incomplete \fIseq\fR, and TQt::NoMatch if the sequences have nothing in common. Returns TQt::NoMatch if \fIseq\fR is shorter. .SH "QKeySequence::operator TQString () const" @@ -126,11 +126,11 @@ On Mac OS X, the string returned resembles the sequence that is shown in the men .PP For backward compatibility: returns the first keycode as integer. If the key sequence is empty, 0 is returned. .SH "bool QKeySequence::operator!= ( const QKeySequence & keysequence ) const" -Returns TRUE if \fIkeysequence\fR is not equal to this key sequence; otherwise returns FALSE. +Returns true if \fIkeysequence\fR is not equal to this key sequence; otherwise returns false. .SH "QKeySequence & QKeySequence::operator= ( const QKeySequence & keysequence )" Assignment operator. Assigns \fIkeysequence\fR to this object. .SH "bool QKeySequence::operator== ( const QKeySequence & keysequence ) const" -Returns TRUE if \fIkeysequence\fR is equal to this key sequence; otherwise returns FALSE. +Returns true if \fIkeysequence\fR is equal to this key sequence; otherwise returns false. .SH "int QKeySequence::operator[] ( uint index ) const" Returns a reference to the element at position \fIindex\fR in the key sequence. This can only be used to read an element. .SH RELATED FUNCTION DOCUMENTATION -- cgit v1.2.3