summaryrefslogtreecommitdiffstats
path: root/doc/html/qkeyevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qkeyevent.html')
-rw-r--r--doc/html/qkeyevent.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qkeyevent.html b/doc/html/qkeyevent.html
index eb75051c7..412f8fe98 100644
--- a/doc/html/qkeyevent.html
+++ b/doc/html/qkeyevent.html
@@ -66,9 +66,9 @@ Key events for multi media keys are ignored by default. You should call
TQKeyEvent::accept() if your widget handles those events.
<p> The TQWidget::setEnable() function can be used to enable or disable
mouse and keyboard events for a widget.
-<p> The event handlers <a href="ntqwidget.html#keyPressEvent">TQWidget::keyPressEvent</a>() and
-<a href="ntqwidget.html#keyReleaseEvent">TQWidget::keyReleaseEvent</a>() receive key events.
-<p> <p>See also <a href="qfocusevent.html">TQFocusEvent</a>, <a href="ntqwidget.html#grabKeyboard">TQWidget::grabKeyboard</a>(), and <a href="events.html">Event Classes</a>.
+<p> The event handlers <a href="tqwidget.html#keyPressEvent">TQWidget::keyPressEvent</a>() and
+<a href="tqwidget.html#keyReleaseEvent">TQWidget::keyReleaseEvent</a>() receive key events.
+<p> <p>See also <a href="qfocusevent.html">TQFocusEvent</a>, <a href="tqwidget.html#grabKeyboard">TQWidget::grabKeyboard</a>(), and <a href="events.html">Event Classes</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQKeyEvent"></a>TQKeyEvent::TQKeyEvent ( <a href="ntqevent.html#Type-enum">Type</a>&nbsp;type, int&nbsp;key, int&nbsp;ascii, int&nbsp;state, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text = TQString::null, bool&nbsp;autorep = FALSE, ushort&nbsp;count = 1 )
@@ -106,7 +106,7 @@ recommend using <a href="#text">text</a>() instead.
<p> Returns the number of single keys for this event. If <a href="#text">text</a>() is not
empty, this is simply the length of the string.
-<p> <p>See also <a href="ntqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>().
+<p> <p>See also <a href="tqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>().
<h3 class=fn>void <a name="ignore"></a>TQKeyEvent::ignore ()
</h3>
@@ -142,7 +142,7 @@ independent of the underlying window system.
<p> A value of either 0 or Key_unknown means that the event is not
the result of a known key (e.g. it may be the result of a compose
sequence or a keyboard macro, or due to key event compression).
-<p> <p>See also <a href="ntqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>().
+<p> <p>See also <a href="tqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>().
<p>Example: <a href="fileiconview-example.html#x853">fileiconview/qfileiconview.cpp</a>.
<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQKeyEvent::state () const
@@ -170,7 +170,7 @@ the event occurred.
migth be empty, which is the case when pressing or
releasing modifying keys as Shift, Control, Alt and Meta. In these
cases <a href="#key">key</a>() will contain a valid value.
-<p> <p>See also <a href="ntqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>().
+<p> <p>See also <a href="tqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>().
<!-- eof -->
<hr><p>