From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qwsserver.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qwsserver.html') 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. Returns the primary mouse handler. -

void TQWSServer::newChannel ( const TQString & channel ) [signal] +

void TQWSServer::newChannel ( const TQString & channel ) [signal]

This signal is emitted when the TQCopChannel channel 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.

Refreshes the region r. -

void TQWSServer::removedChannel ( const TQString & channel ) [signal] +

void TQWSServer::removedChannel ( const TQString & channel ) [signal]

This signal is emitted immediately after the TQCopChannel channel is destroyed. Note that a channel is not destroyed until @@ -244,7 +244,7 @@ if activate is FALSE the screensaver is deactivated. Returns TRUE if the screensaver is active (i.e. the screen is blanked); otherwise returns FALSE. -

void TQWSServer::sendIMEvent ( IMState state, const TQString & txt, int cpos, int selLen ) +

void TQWSServer::sendIMEvent ( IMState state, const TQString & txt, int cpos, int selLen )

This function sends an input method event to the server. The current state is passed in state and the current text in txt. The cursor's position in the text is given by cpos, and -- cgit v1.2.3