diff options
Diffstat (limited to 'doc/man/man3/tqevent.3qt')
-rw-r--r-- | doc/man/man3/tqevent.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqevent.3qt b/doc/man/man3/tqevent.3qt index ecdbfa149..c3e5d6795 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, QFocusEvent, TQPaintEvent, QMoveEvent, QResizeEvent, QCloseEvent, TQIconDragEvent, QShowEvent, QHideEvent, QContextMenuEvent, QIMEvent, TQDropEvent, TQDragLeaveEvent, QChildEvent, and QCustomEvent. +Inherited by TQTimerEvent, QMouseEvent, QWheelEvent, TQTabletEvent, QKeyEvent, QFocusEvent, TQPaintEvent, QMoveEvent, QResizeEvent, TQCloseEvent, TQIconDragEvent, QShowEvent, QHideEvent, TQContextMenuEvent, QIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent. .PP .SS "Public Members" .in +1c @@ -95,7 +95,7 @@ This enum type defines the valid event types in Qt. The event types and the spec .TP \fCTQEvent::HideToParent\fR - A child widget has been hidden. .TP -\fCTQEvent::Close\fR - Widget was closed (permanently), QCloseEvent. +\fCTQEvent::Close\fR - Widget was closed (permanently), TQCloseEvent. .TP \fCTQEvent::ShowNormal\fR - Widget should be shown normally (obsolete). .TP @@ -113,7 +113,7 @@ This enum type defines the valid event types in Qt. The event types and the spec .TP \fCTQEvent::Wheel\fR - Mouse wheel rolled, QWheelEvent. .TP -\fCTQEvent::ContextMenu\fR - Context popup menu, QContextMenuEvent +\fCTQEvent::ContextMenu\fR - Context popup menu, TQContextMenuEvent .TP \fCTQEvent::AccelOverride\fR - Key press in child, for overriding shortcut key handling, QKeyEvent. .TP @@ -151,9 +151,9 @@ This enum type defines the valid event types in Qt. The event types and the spec .TP \fCTQEvent::DragResponse\fR - Internal event used by TQt on some platforms. .TP -\fCTQEvent::ChildInserted\fR - Object gets a child, QChildEvent. +\fCTQEvent::ChildInserted\fR - Object gets a child, TQChildEvent. .TP -\fCTQEvent::ChildRemoved\fR - Object loses a child, QChildEvent. +\fCTQEvent::ChildRemoved\fR - Object loses a child, TQChildEvent. .TP \fCTQEvent::LayoutHint\fR - Widget child has changed layout properties. .TP |