summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwsserver.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwsserver.3qt')
-rw-r--r--doc/man/man3/tqwsserver.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqwsserver.3qt b/doc/man/man3/tqwsserver.3qt
index 5747df29..ef58d1e3 100644
--- a/doc/man/man3/tqwsserver.3qt
+++ b/doc/man/man3/tqwsserver.3qt
@@ -166,7 +166,7 @@ See also Qt/Embedded.
.SH "QWSServer::GUIMode"
This determines what sort of QWS server to create:
.TP
-\fCQWSServer::NoGui\fR - This is used for non-graphical Qt applications.
+\fCQWSServer::NoGui\fR - This is used for non-graphical TQt applications.
.TP
\fCQWSServer::NormalGUI\fR - A normal Qt/Embedded application (not the server).
.TP
@@ -219,7 +219,7 @@ Returns TRUE if the cursor is visible; otherwise returns FALSE.
.PP
See also setCursorVisible().
.SH "const KeyMap * QWSServer::keyMap ()\fC [static]\fR"
-Returns the keyboard mapping table used to convert keyboard scancodes to Qt keycodes and Unicode values. It's used by the keyboard driver in \fCqkeyboard_qws.cpp\fR.
+Returns the keyboard mapping table used to convert keyboard scancodes to TQt keycodes and Unicode values. It's used by the keyboard driver in \fCqkeyboard_qws.cpp\fR.
.SH "QWSKeyboardHandler * QWSServer::keyboardHandler ()\fC [static]\fR"
Returns the primary keyboard handler.
.SH "QWSPropertyManager * QWSServer::manager ()"
@@ -247,7 +247,7 @@ Returns TRUE if the screensaver is active (i.e. the screen is blanked); otherwis
.SH "void QWSServer::sendIMEvent ( IMState state, const QString & txt, int cpos, int selLen )"
This function sends an input method event to the server. The current state is passed in \fIstate\fR and the current text in \fItxt\fR. The cursor's position in the text is given by \fIcpos\fR, and the selection length (which could be 0) is given in \fIselLen\fR.
.SH "void QWSServer::sendKeyEvent ( int unicode, int keycode, int modifiers, bool isPress, bool autoRepeat )\fC [static]\fR"
-Send a key event. You can use this to send key events generated by" virtual keyboards". \fIunicode\fR is the Unicode value of the key to send, \fIkeycode\fR the Qt keycode (e.g. \fCKey_Left\fR), \fImodifiers\fR indicates whether, Shift/Alt/Ctrl keys are pressed, \fIisPress\fR is TRUE if this is a key down event and FALSE if it's a key up event, and \fIautoRepeat\fR is TRUE if this is an autorepeat event (i.e. the user has held the key down and this is the second or subsequent key event being sent).
+Send a key event. You can use this to send key events generated by" virtual keyboards". \fIunicode\fR is the Unicode value of the key to send, \fIkeycode\fR the TQt keycode (e.g. \fCKey_Left\fR), \fImodifiers\fR indicates whether, Shift/Alt/Ctrl keys are pressed, \fIisPress\fR is TRUE if this is a key down event and FALSE if it's a key up event, and \fIautoRepeat\fR is TRUE if this is an autorepeat event (i.e. the user has held the key down and this is the second or subsequent key event being sent).
.SH "void QWSServer::setCursorVisible ( bool vis )\fC [static]\fR"
If \fIvis\fR is TRUE, makes the cursor visible; if \fIvis\fR is FALSE, makes the cursor invisible.
.PP
@@ -299,8 +299,8 @@ If you find a bug in Qt, please report it as described in
.BR http://doc.trolltech.com/bughowto.html .
Good bug reports help us to help you. Thank you.
.P
-The definitive Qt documentation is provided in HTML format; it is
-located at $QTDIR/doc/html and can be read using Qt Assistant or with
+The definitive TQt documentation is provided in HTML format; it is
+located at $QTDIR/doc/html and can be read using TQt Assistant or with
a web browser. This man page is provided as a convenience for those
users who prefer man pages, although this format is not officially
supported by Trolltech.