diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qwsinputmethod.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-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.html | 4 |
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 state, const <a href="qstring.html">TQString</a> & txt, int cpos, int selLen = 0 )<tt> [protected]</tt> +<h3 class=fn>void <a name="sendIMEvent"></a>TQWSInputMethod::sendIMEvent ( TQWSServer::IMState state, const <a href="ntqstring.html">TQString</a> & txt, int cpos, int 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 <a href="qfont.html">TQFont</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFont"></a>TQWSInputMethod::setFont ( const <a href="ntqfont.html">TQFont</a> & )<tt> [virtual]</tt> </h3> Implemented in subclasses to handle font changes in the focus widget. |