summaryrefslogtreecommitdiffstats
path: root/doc/html/qwsinputmethod.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qwsinputmethod.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qwsinputmethod.html')
-rw-r--r--doc/html/qwsinputmethod.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qwsinputmethod.html b/doc/html/qwsinputmethod.html
index 1295e8873..05edcba41 100644
--- a/doc/html/qwsinputmethod.html
+++ b/doc/html/qwsinputmethod.html
@@ -95,7 +95,7 @@ press.
</h3>
Implemented in subclasses to reset the state of the input method.
-<h3 class=fn>void <a name="sendIMEvent"></a>TQWSInputMethod::sendIMEvent ( TQWSServer::IMState&nbsp;state, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;txt, int&nbsp;cpos, int&nbsp;selLen = 0 )<tt> [protected]</tt>
+<h3 class=fn>void <a name="sendIMEvent"></a>TQWSInputMethod::sendIMEvent ( TQWSServer::IMState&nbsp;state, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;txt, int&nbsp;cpos, int&nbsp;selLen = 0 )<tt> [protected]</tt>
</h3>
<p> Causes a <a href="qimevent.html">TQIMEvent</a> to be sent to the focus widget. <em>state</em> may be
@@ -106,7 +106,7 @@ is <tt>IMEnd</tt>). <em>cpos</em> is the current cursor position.
the composition string (starting at <em>cpos</em>) that should be
marked as selected by the input widget receiving the event.
-<h3 class=fn>void <a name="setFont"></a>TQWSInputMethod::setFont ( const&nbsp;<a href="qfont.html">TQFont</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setFont"></a>TQWSInputMethod::setFont ( const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3>
Implemented in subclasses to handle font changes in the focus
widget.