summaryrefslogtreecommitdiffstats
path: root/doc/html/emb-charinput.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/emb-charinput.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/emb-charinput.html')
-rw-r--r--doc/html/emb-charinput.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/emb-charinput.html b/doc/html/emb-charinput.html
index a653dcd80..6380d5a51 100644
--- a/doc/html/emb-charinput.html
+++ b/doc/html/emb-charinput.html
@@ -40,10 +40,10 @@ following fields:
<tr bgcolor="#f0f0f0"> <td valign="top"><tt>unicode</tt>
<td valign="top">Unicode value
<tr bgcolor="#d0d0d0"> <td valign="top"><tt>keycode</tt>
-<td valign="top">TQt keycode value as defined in <a href="qnamespace-h.html">qnamespace.h</a>
+<td valign="top">TQt keycode value as defined in <a href="qnamespace-h.html">ntqnamespace.h</a>
<tr bgcolor="#f0f0f0"> <td valign="top"><tt>modifier</tt>
-<td valign="top">A bitfield consisting of some of <a href="qt.html#ButtonState-enum">TQt::ShiftButton</a>,
-<a href="qt.html#ButtonState-enum">TQt::ControlButton</a>, and <a href="qt.html#ButtonState-enum">TQt::AltButton</a>.
+<td valign="top">A bitfield consisting of some of <a href="ntqt.html#ButtonState-enum">TQt::ShiftButton</a>,
+<a href="ntqt.html#ButtonState-enum">TQt::ControlButton</a>, and <a href="ntqt.html#ButtonState-enum">TQt::AltButton</a>.
<tr bgcolor="#d0d0d0"> <td valign="top"><tt>is_press</tt>
<td valign="top">TRUE if this is a key press, FALSE if it is a key release.
<tr bgcolor="#f0f0f0"> <td valign="top"><tt>is_auto_repeat</tt>
@@ -96,7 +96,7 @@ specify characters with the pointer device.
server would then just send the key events back to the input widget.
One way to make sure that the input widget never takes focus is to set
the <tt>WStyle_Customize</tt> and <tt>WStyle_Tool</tt> widget flags in
-the <a href="qwidget.html">TQWidget</a> constructor.
+the <a href="ntqwidget.html">TQWidget</a> constructor.
<p> The <a href="http://www.trolltech.com/products/qtopia/">TQtopia</a>
environment contains various input widgets such as
Handwriting Recognition and Virtual Keyboard.