summaryrefslogtreecommitdiffstats
path: root/doc/html/tqkeyevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqkeyevent.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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