diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /doc/man/man3/tqevent.3qt | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt-39f8a475.tar.gz tqt-39f8a475.zip |
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqevent.3qt')
-rw-r--r-- | doc/man/man3/tqevent.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqevent.3qt b/doc/man/man3/tqevent.3qt index 4633a0897..f0cbd8fb8 100644 --- a/doc/man/man3/tqevent.3qt +++ b/doc/man/man3/tqevent.3qt @@ -13,7 +13,7 @@ TQEvent \- The base class of all event classes. Event objects contain event para .PP Inherits Qt. .PP -Inherited by TQTimerEvent, QMouseEvent, QWheelEvent, TQTabletEvent, QKeyEvent, TQFocusEvent, TQPaintEvent, QMoveEvent, QResizeEvent, TQCloseEvent, TQIconDragEvent, QShowEvent, TQHideEvent, TQContextMenuEvent, QIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent. +Inherited by TQTimerEvent, QMouseEvent, QWheelEvent, TQTabletEvent, TQKeyEvent, TQFocusEvent, TQPaintEvent, QMoveEvent, QResizeEvent, TQCloseEvent, TQIconDragEvent, QShowEvent, TQHideEvent, TQContextMenuEvent, TQIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent. .PP .SS "Public Members" .in +1c @@ -63,15 +63,15 @@ This enum type defines the valid event types in Qt. The event types and the spec .TP \fCTQEvent::MouseMove\fR - Mouse move, QMouseEvent. .TP -\fCTQEvent::KeyPress\fR - Key press (including Shift, for example), QKeyEvent. +\fCTQEvent::KeyPress\fR - Key press (including Shift, for example), TQKeyEvent. .TP -\fCTQEvent::KeyRelease\fR - Key release, QKeyEvent. +\fCTQEvent::KeyRelease\fR - Key release, TQKeyEvent. .TP -\fCTQEvent::IMStart\fR - The start of input method composition, QIMEvent. +\fCTQEvent::IMStart\fR - The start of input method composition, TQIMEvent. .TP -\fCTQEvent::IMCompose\fR - Input method composition is taking place, QIMEvent. +\fCTQEvent::IMCompose\fR - Input method composition is taking place, TQIMEvent. .TP -\fCTQEvent::IMEnd\fR - The end of input method composition, QIMEvent. +\fCTQEvent::IMEnd\fR - The end of input method composition, TQIMEvent. .TP \fCTQEvent::FocusIn\fR - Widget gains keyboard focus, TQFocusEvent. .TP @@ -109,13 +109,13 @@ This enum type defines the valid event types in Qt. The event types and the spec .TP \fCTQEvent::DeferredDelete\fR - The object will be deleted after it has cleaned up. .TP -\fCTQEvent::Accel\fR - Key press in child for shortcut key handling, QKeyEvent. +\fCTQEvent::Accel\fR - Key press in child for shortcut key handling, TQKeyEvent. .TP \fCTQEvent::Wheel\fR - Mouse wheel rolled, QWheelEvent. .TP \fCTQEvent::ContextMenu\fR - Context popup menu, TQContextMenuEvent .TP -\fCTQEvent::AccelOverride\fR - Key press in child, for overriding shortcut key handling, QKeyEvent. +\fCTQEvent::AccelOverride\fR - Key press in child, for overriding shortcut key handling, TQKeyEvent. .TP \fCTQEvent::AccelAvailable\fR - internal. .TP |