diff options
Diffstat (limited to 'doc/html/qwsserver.html')
-rw-r--r-- | doc/html/qwsserver.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qwsserver.html b/doc/html/qwsserver.html index 9a04af45b..459ba6388 100644 --- a/doc/html/qwsserver.html +++ b/doc/html/qwsserver.html @@ -206,7 +206,7 @@ X11-style window properties. </h3> Returns the primary mouse handler. -<h3 class=fn>void <a name="newChannel"></a>TQWSServer::newChannel ( const <a href="ntqstring.html">TQString</a> & channel )<tt> [signal]</tt> +<h3 class=fn>void <a name="newChannel"></a>TQWSServer::newChannel ( const <a href="tqstring.html">TQString</a> & channel )<tt> [signal]</tt> </h3> <p> This signal is emitted when the <a href="qcopchannel.html">TQCopChannel</a> <em>channel</em> is created. @@ -228,7 +228,7 @@ Refreshes the entire display. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Refreshes the region <em>r</em>. -<h3 class=fn>void <a name="removedChannel"></a>TQWSServer::removedChannel ( const <a href="ntqstring.html">TQString</a> & channel )<tt> [signal]</tt> +<h3 class=fn>void <a name="removedChannel"></a>TQWSServer::removedChannel ( const <a href="tqstring.html">TQString</a> & channel )<tt> [signal]</tt> </h3> <p> This signal is emitted immediately after the <a href="qcopchannel.html">TQCopChannel</a> <em>channel</em> is destroyed. Note that a channel is not destroyed until @@ -244,7 +244,7 @@ if <em>activate</em> is FALSE the screensaver is deactivated. Returns TRUE if the screensaver is active (i.e. the screen is blanked); otherwise returns FALSE. -<h3 class=fn>void <a name="sendIMEvent"></a>TQWSServer::sendIMEvent ( IMState state, const <a href="ntqstring.html">TQString</a> & txt, int cpos, int selLen ) +<h3 class=fn>void <a name="sendIMEvent"></a>TQWSServer::sendIMEvent ( IMState state, const <a href="tqstring.html">TQString</a> & txt, int cpos, int selLen ) </h3> This function sends an input method event to the server. The current state is passed in <em>state</em> and the current text in <em>txt</em>. The cursor's position in the text is given by <em>cpos</em>, and |