summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqkeysequence.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqkeysequence.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqkeysequence.html')
-rw-r--r--doc/html/ntqkeysequence.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqkeysequence.html b/doc/html/ntqkeysequence.html
index ae11016f9..ab1b094fe 100644
--- a/doc/html/ntqkeysequence.html
+++ b/doc/html/ntqkeysequence.html
@@ -133,8 +133,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="ntqt.html#SequenceMatch-enum">TQt::SequenceMatch</a> <a name="matches"></a>TQKeySequence::matches ( const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;seq ) const
</h3>
@@ -162,8 +162,8 @@ as integer. If the key sequence is empty, 0 is returned.
<h3 class=fn>bool <a name="operator!-eq"></a>TQKeySequence::operator!= ( const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;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="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp; <a name="operator-eq"></a>TQKeySequence::operator= ( const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;keysequence )
</h3>
@@ -172,8 +172,8 @@ object.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQKeySequence::operator== ( const&nbsp;<a href="ntqkeysequence.html">TQKeySequence</a>&nbsp;&amp;&nbsp;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&nbsp;index ) const
</h3>