diff options
Diffstat (limited to 'doc/html/ntqkeysequence.html')
| -rw-r--r-- | doc/html/ntqkeysequence.html | 12 |
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 <a href="ntqkeysequence.html">TQKeySequence</a> & 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 <a href="ntqkeysequence.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="ntqkeysequence.html">TQKeySequence</a> & <a name="operator-eq"></a>TQKeySequence::operator= ( const <a href="ntqkeysequence.html">TQKeySequence</a> & keysequence ) </h3> @@ -172,8 +172,8 @@ object. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQKeySequence::operator== ( const <a href="ntqkeysequence.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> |
