diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqkeysequence.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.tar.gz tqt-4d495175043c399fdca6e1bb4c74ef176fc76fb4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 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> |
