summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmoveevent.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqmoveevent.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqmoveevent.3qt')
-rw-r--r--doc/man/man3/tqmoveevent.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqmoveevent.3qt b/doc/man/man3/tqmoveevent.3qt
index be08eb8d5..b2d42b17a 100644
--- a/doc/man/man3/tqmoveevent.3qt
+++ b/doc/man/man3/tqmoveevent.3qt
@@ -16,13 +16,13 @@ Inherits QEvent.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQMoveEvent\fR ( const QPoint & pos, const QPoint & oldPos )"
+.BI "\fBQMoveEvent\fR ( const TQPoint & pos, const TQPoint & oldPos )"
.br
.ti -1c
-.BI "const QPoint & \fBpos\fR () const"
+.BI "const TQPoint & \fBpos\fR () const"
.br
.ti -1c
-.BI "const QPoint & \fBoldPos\fR () const"
+.BI "const TQPoint & \fBoldPos\fR () const"
.br
.in -1c
.SH DESCRIPTION
@@ -34,11 +34,11 @@ The event handler TQWidget::moveEvent() receives move events.
.PP
See also TQWidget::pos, TQWidget::geometry, and Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QMoveEvent::QMoveEvent ( const QPoint & pos, const QPoint & oldPos )"
+.SH "QMoveEvent::QMoveEvent ( const TQPoint & pos, const TQPoint & oldPos )"
Constructs a move event with the new and old widget positions, \fIpos\fR and \fIoldPos\fR respectively.
-.SH "const QPoint & QMoveEvent::oldPos () const"
+.SH "const TQPoint & QMoveEvent::oldPos () const"
Returns the old position of the widget.
-.SH "const QPoint & QMoveEvent::pos () const"
+.SH "const TQPoint & QMoveEvent::pos () const"
Returns the new position of the widget. This excludes the window
frame for top level widgets.