From e42ec295c2134770a1eb07032f5f22ca4ba1daa6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 31 Aug 2024 18:33:50 +0900 Subject: Rename remaining ntq[d-h]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqevent.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tqevent.3qt') 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 -- cgit v1.2.3