diff options
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> |