From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqkeysequence.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqkeysequence.html') diff --git a/doc/html/tqkeysequence.html b/doc/html/tqkeysequence.html index 6e899fed2..9b6a551d9 100644 --- a/doc/html/tqkeysequence.html +++ b/doc/html/tqkeysequence.html @@ -132,8 +132,8 @@ The maximum is 4.

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.

TQt::SequenceMatch TQKeySequence::matches ( const TQKeySequence & seq ) const

@@ -161,8 +161,8 @@ as integer. If the key sequence is empty, 0 is returned.

bool TQKeySequence::operator!= ( const TQKeySequence & keysequence ) const

-Returns TRUE if keysequence is not equal to this key sequence; -otherwise returns FALSE. +Returns true if keysequence is not equal to this key sequence; +otherwise returns false.

TQKeySequence & TQKeySequence::operator= ( const TQKeySequence & keysequence )

@@ -171,8 +171,8 @@ object.

bool TQKeySequence::operator== ( const TQKeySequence & keysequence ) const

-Returns TRUE if keysequence is equal to this key -sequence; otherwise returns FALSE. +Returns true if keysequence is equal to this key +sequence; otherwise returns false.

int TQKeySequence::operator[] ( uint index ) const

-- cgit v1.2.3