summaryrefslogtreecommitdiffstats
path: root/doc/html/qwskeyboardhandler.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/qwskeyboardhandler.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qwskeyboardhandler.html')
-rw-r--r--doc/html/qwskeyboardhandler.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qwskeyboardhandler.html b/doc/html/qwskeyboardhandler.html
index 2fc066c4..e3b21204 100644
--- a/doc/html/qwskeyboardhandler.html
+++ b/doc/html/qwskeyboardhandler.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
for TQt/Embedded.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qkeyboard_qws-h.html">qkeyboard_qws.h</a>&gt;</tt>
-<p>Inherits <a href="qobject.html">TQObject</a>.
+<p>Inherits <a href="ntqobject.html">TQObject</a>.
<p><a href="qwskeyboardhandler-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -55,7 +55,7 @@ for TQt/Embedded.
<p> The keyboard driver handles events from system devices and
generates key events.
<p> A TQWSKeyboardHandler will usually open some system device in its
-constructor, create a <a href="qsocketnotifier.html">TQSocketNotifier</a> on that opened device and
+constructor, create a <a href="ntqsocketnotifier.html">TQSocketNotifier</a> on that opened device and
when it receives data, it will call <a href="#processKeyEvent">processKeyEvent</a>() to send the
event to TQt/Embedded for relaying to clients.
<p>See also <a href="qws.html">TQt/Embedded</a>.
@@ -83,9 +83,9 @@ applications.
<tr bgcolor="#f0f0f0"> <td valign="top"><em>unicode</em>
<td valign="top">The Unicode value for the key, or 0xFFFF is none is appropriate.
<tr bgcolor="#d0d0d0"> <td valign="top"><em>keycode</em>
-<td valign="top">The TQt keycode for the key (see <a href="qt.html#Key-enum">TQt::Key</a> for the list of codes).
+<td valign="top">The TQt keycode for the key (see <a href="ntqt.html#Key-enum">TQt::Key</a> for the list of codes).
<tr bgcolor="#f0f0f0"> <td valign="top"><em>modifiers</em>
-<td valign="top">The set of modifier keys (see <a href="qt.html#Modifier-enum">TQt::Modifier</a>).
+<td valign="top">The set of modifier keys (see <a href="ntqt.html#Modifier-enum">TQt::Modifier</a>).
<tr bgcolor="#d0d0d0"> <td valign="top"><em>isPress</em>
<td valign="top">Whether this is a press or a release.
<tr bgcolor="#f0f0f0"> <td valign="top"><em>autoRepeat</em>