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 d2caaf05d..c88c70b9a 100644
--- a/doc/man/man3/tqkeysequence.3qt
+++ b/doc/man/man3/tqkeysequence.3qt
@@ -114,7 +114,7 @@ Destroys the key sequence.
.SH "uint TQKeySequence::count () const"
Returns the number of keys in the key sequence. The maximum is 4.
.SH "bool TQKeySequence::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 TQKeySequence::matches ( const TQKeySequence & 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 "TQKeySequence::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 TQKeySequence::operator!= ( const TQKeySequence & 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 "TQKeySequence & TQKeySequence::operator= ( const TQKeySequence & keysequence )"
Assignment operator. Assigns \fIkeysequence\fR to this object.
.SH "bool TQKeySequence::operator== ( const TQKeySequence & 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 TQKeySequence::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