summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqkeysequence.3qt
diff options
context:
space:
mode:
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