diff options
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 |