summaryrefslogtreecommitdiffstats
path: root/doc/html/qimevent.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/qimevent.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/qimevent.html')
-rw-r--r--doc/html/qimevent.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qimevent.html b/doc/html/qimevent.html
index 1f32bb3f8..ab5f99310 100644
--- a/doc/html/qimevent.html
+++ b/doc/html/qimevent.html
@@ -110,7 +110,7 @@ composition up to that point (which may be an empty string).
<h3 class=fn><a name="TQIMEvent"></a>TQIMEvent::TQIMEvent ( <a href="ntqevent.html#Type-enum">Type</a>&nbsp;type, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;cursorPosition )
</h3>
-<p> Constructs a new TQIMEvent with the accept flag set to FALSE. <em>type</em> can be one of TQEvent::IMStartEvent, TQEvent::IMComposeEvent
+<p> Constructs a new TQIMEvent with the accept flag set to false. <em>type</em> can be one of TQEvent::IMStartEvent, TQEvent::IMComposeEvent
or TQEvent::IMEndEvent. <em>text</em> contains the current compostion
string and <em>cursorPosition</em> the current position of the cursor
inside <em>text</em>.
@@ -142,8 +142,8 @@ does not want the input method event.
<h3 class=fn>bool <a name="isAccepted"></a>TQIMEvent::isAccepted () const
</h3>
-<p> Returns TRUE if the receiver of the event processed the event;
-otherwise returns FALSE.
+<p> Returns true if the receiver of the event processed the event;
+otherwise returns false.
<h3 class=fn>int <a name="selectionLength"></a>TQIMEvent::selectionLength () const
</h3>