summaryrefslogtreecommitdiffstats
path: root/doc/html/tqkeyevent.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqkeyevent.html')
-rw-r--r--doc/html/tqkeyevent.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqkeyevent.html b/doc/html/tqkeyevent.html
index fe909e7ff..adb3f5a22 100644
--- a/doc/html/tqkeyevent.html
+++ b/doc/html/tqkeyevent.html
@@ -137,7 +137,7 @@ or FALSE indeterminately.
</h3>
<p> Returns the code of the key that was pressed or released.
-<p> See <a href="ntqt.html#Key-enum">TQt::Key</a> for the list of keyboard codes. These codes are
+<p> See <a href="tqt.html#Key-enum">TQt::Key</a> for the list of keyboard codes. These codes are
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
@@ -145,17 +145,17 @@ sequence or a keyboard macro, or due to key event compression).
<p> <p>See also <a href="tqwidget.html#setKeyCompression">TQWidget::setKeyCompression</a>().
<p>Example: <a href="fileiconview-example.html#x853">fileiconview/tqfileiconview.cpp</a>.
-<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQKeyEvent::state () const
+<h3 class=fn><a href="tqt.html#ButtonState-enum">ButtonState</a> <a name="state"></a>TQKeyEvent::state () const
</h3>
<p> Returns the keyboard modifier flags that existed immediately
before the event occurred.
-<p> The returned value is <a href="ntqt.html#ButtonState-enum">ShiftButton</a>, <a href="ntqt.html#ButtonState-enum">ControlButton</a>, <a href="ntqt.html#ButtonState-enum">AltButton</a>
-and <a href="ntqt.html#ButtonState-enum">MetaButton</a> OR'ed together.
+<p> The returned value is <a href="tqt.html#ButtonState-enum">ShiftButton</a>, <a href="tqt.html#ButtonState-enum">ControlButton</a>, <a href="tqt.html#ButtonState-enum">AltButton</a>
+and <a href="tqt.html#ButtonState-enum">MetaButton</a> OR'ed together.
<p> <p>See also <a href="#stateAfter">stateAfter</a>().
<p>Example: <a href="fileiconview-example.html#x854">fileiconview/tqfileiconview.cpp</a>.
-<h3 class=fn><a href="ntqt.html#ButtonState-enum">ButtonState</a> <a name="stateAfter"></a>TQKeyEvent::stateAfter () const
+<h3 class=fn><a href="tqt.html#ButtonState-enum">ButtonState</a> <a name="stateAfter"></a>TQKeyEvent::stateAfter () const
</h3>
<p> Returns the keyboard modifier flags that existed immediately after