diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qkeyevent.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qkeyevent.html')
-rw-r--r-- | doc/html/qkeyevent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qkeyevent.html b/doc/html/qkeyevent.html index 412f8fe98..bfc8d1e9d 100644 --- a/doc/html/qkeyevent.html +++ b/doc/html/qkeyevent.html @@ -71,7 +71,7 @@ mouse and keyboard events for a widget. <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> type, int key, int ascii, int state, const <a href="ntqstring.html">TQString</a> & text = TQString::null, bool autorep = FALSE, ushort count = 1 ) +<h3 class=fn><a name="TQKeyEvent"></a>TQKeyEvent::TQKeyEvent ( <a href="ntqevent.html#Type-enum">Type</a> type, int key, int ascii, int state, const <a href="tqstring.html">TQString</a> & text = TQString::null, bool autorep = FALSE, ushort count = 1 ) </h3> <p> Constructs a key event object. @@ -163,7 +163,7 @@ the event occurred. <p> <b>Warning:</b> This function cannot be trusted. <p> <p>See also <a href="#state">state</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQKeyEvent::text () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQKeyEvent::text () const </h3> <p> Returns the Unicode text that this key generated. The text returned |