diff options
Diffstat (limited to 'doc/man/man3/tqevent.3qt')
-rw-r--r-- | doc/man/man3/tqevent.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqevent.3qt b/doc/man/man3/tqevent.3qt index c3e5d6795..4633a0897 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, TQCloseEvent, TQIconDragEvent, QShowEvent, QHideEvent, TQContextMenuEvent, QIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent. +Inherited by TQTimerEvent, QMouseEvent, QWheelEvent, TQTabletEvent, QKeyEvent, TQFocusEvent, TQPaintEvent, QMoveEvent, QResizeEvent, TQCloseEvent, TQIconDragEvent, QShowEvent, TQHideEvent, TQContextMenuEvent, QIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent. .PP .SS "Public Members" .in +1c @@ -73,9 +73,9 @@ This enum type defines the valid event types in Qt. The event types and the spec .TP \fCTQEvent::IMEnd\fR - The end of input method composition, QIMEvent. .TP -\fCTQEvent::FocusIn\fR - Widget gains keyboard focus, QFocusEvent. +\fCTQEvent::FocusIn\fR - Widget gains keyboard focus, TQFocusEvent. .TP -\fCTQEvent::FocusOut\fR - Widget loses keyboard focus, QFocusEvent. +\fCTQEvent::FocusOut\fR - Widget loses keyboard focus, TQFocusEvent. .TP \fCTQEvent::Enter\fR - Mouse enters widget's boundaries. .TP @@ -89,7 +89,7 @@ This enum type defines the valid event types in Qt. The event types and the spec .TP \fCTQEvent::Show\fR - Widget was shown on screen, QShowEvent. .TP -\fCTQEvent::Hide\fR - Widget was hidden, QHideEvent. +\fCTQEvent::Hide\fR - Widget was hidden, TQHideEvent. .TP \fCTQEvent::ShowToParent\fR - A child widget has been shown. .TP |