summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqevent.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 15:36:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /doc/man/man3/tqevent.3qt
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz
tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqevent.3qt')
-rw-r--r--doc/man/man3/tqevent.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqevent.3qt b/doc/man/man3/tqevent.3qt
index ecdbfa14..c3e5d679 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