diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqkeysequence.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqkeysequence.html')
-rw-r--r-- | doc/html/tqkeysequence.html | 12 |
1 files changed, 6 insertions, 6 deletions
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. <h3 class=fn>bool <a name="isEmpty"></a>TQKeySequence::isEmpty () const </h3> -Returns TRUE if the key sequence is empty; otherwise returns -FALSE. +Returns true if the key sequence is empty; otherwise returns +false. <h3 class=fn><a href="tqt.html#SequenceMatch-enum">TQt::SequenceMatch</a> <a name="matches"></a>TQKeySequence::matches ( const <a href="tqkeysequence.html">TQKeySequence</a> & seq ) const </h3> @@ -161,8 +161,8 @@ as integer. If the key sequence is empty, 0 is returned. <h3 class=fn>bool <a name="operator!-eq"></a>TQKeySequence::operator!= ( const <a href="tqkeysequence.html">TQKeySequence</a> & keysequence ) const </h3> -Returns TRUE if <em>keysequence</em> is not equal to this key sequence; -otherwise returns FALSE. +Returns true if <em>keysequence</em> is not equal to this key sequence; +otherwise returns false. <h3 class=fn><a href="tqkeysequence.html">TQKeySequence</a> & <a name="operator-eq"></a>TQKeySequence::operator= ( const <a href="tqkeysequence.html">TQKeySequence</a> & keysequence ) </h3> @@ -171,8 +171,8 @@ object. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQKeySequence::operator== ( const <a href="tqkeysequence.html">TQKeySequence</a> & keysequence ) const </h3> -Returns TRUE if <em>keysequence</em> is equal to this key -sequence; otherwise returns FALSE. +Returns true if <em>keysequence</em> is equal to this key +sequence; otherwise returns false. <h3 class=fn>int <a name="operator[]"></a>TQKeySequence::operator[] ( uint index ) const </h3> |