summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqkeysequence.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:38:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:43:03 +0900
commit6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (patch)
treeb029ebf1d5be6d1ac0ee361e7bfb68a7dbed0eec /doc/man/man3/tqkeysequence.3qt
parent81ade129093a279e6537db25710583fd2bba9427 (diff)
downloadtqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.tar.gz
tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.zip
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d)
Diffstat (limited to 'doc/man/man3/tqkeysequence.3qt')
-rw-r--r--doc/man/man3/tqkeysequence.3qt6
1 files changed, 3 insertions, 3 deletions
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