summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqevent.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 11:53:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 13:56:43 +0900
commit0582c90a9ed4b965629267713f51c0da7c38b39d (patch)
treecae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/man/man3/tqevent.3qt
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz
tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.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.3qt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqevent.3qt b/doc/man/man3/tqevent.3qt
index f0cbd8fb..68f7462b 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, TQKeyEvent, TQFocusEvent, TQPaintEvent, QMoveEvent, QResizeEvent, TQCloseEvent, TQIconDragEvent, QShowEvent, TQHideEvent, TQContextMenuEvent, TQIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent.
+Inherited by TQTimerEvent, TQMouseEvent, QWheelEvent, TQTabletEvent, TQKeyEvent, TQFocusEvent, TQPaintEvent, TQMoveEvent, TQResizeEvent, TQCloseEvent, TQIconDragEvent, QShowEvent, TQHideEvent, TQContextMenuEvent, TQIMEvent, TQDropEvent, TQDragLeaveEvent, TQChildEvent, and TQCustomEvent.
.PP
.SS "Public Members"
.in +1c
@@ -55,13 +55,13 @@ This enum type defines the valid event types in Qt. The event types and the spec
.TP
\fCTQEvent::Timer\fR - Regular timer events, TQTimerEvent.
.TP
-\fCTQEvent::MouseButtonPress\fR - Mouse press, QMouseEvent.
+\fCTQEvent::MouseButtonPress\fR - Mouse press, TQMouseEvent.
.TP
-\fCTQEvent::MouseButtonRelease\fR - Mouse release, QMouseEvent.
+\fCTQEvent::MouseButtonRelease\fR - Mouse release, TQMouseEvent.
.TP
-\fCTQEvent::MouseButtonDblClick\fR - Mouse press again, QMouseEvent.
+\fCTQEvent::MouseButtonDblClick\fR - Mouse press again, TQMouseEvent.
.TP
-\fCTQEvent::MouseMove\fR - Mouse move, QMouseEvent.
+\fCTQEvent::MouseMove\fR - Mouse move, TQMouseEvent.
.TP
\fCTQEvent::KeyPress\fR - Key press (including Shift, for example), TQKeyEvent.
.TP
@@ -83,9 +83,9 @@ This enum type defines the valid event types in Qt. The event types and the spec
.TP
\fCTQEvent::Paint\fR - Screen update necessary, TQPaintEvent.
.TP
-\fCTQEvent::Move\fR - Widget's position changed, QMoveEvent.
+\fCTQEvent::Move\fR - Widget's position changed, TQMoveEvent.
.TP
-\fCTQEvent::Resize\fR - Widget's size changed, QResizeEvent.
+\fCTQEvent::Resize\fR - Widget's size changed, TQResizeEvent.
.TP
\fCTQEvent::Show\fR - Widget was shown on screen, QShowEvent.
.TP