From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qkeyevent.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qkeyevent.html') 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.

See also TQFocusEvent, TQWidget::grabKeyboard(), and Event Classes.


Member Function Documentation

-

TQKeyEvent::TQKeyEvent ( Type type, int key, int ascii, int state, const TQString & text = TQString::null, bool autorep = FALSE, ushort count = 1 ) +

TQKeyEvent::TQKeyEvent ( Type type, int key, int ascii, int state, const TQString & text = TQString::null, bool autorep = FALSE, ushort count = 1 )

Constructs a key event object. @@ -163,7 +163,7 @@ the event occurred.

Warning: This function cannot be trusted.

See also state(). -

TQString TQKeyEvent::text () const +

TQString TQKeyEvent::text () const

Returns the Unicode text that this key generated. The text returned -- cgit v1.2.1