summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmoveevent.3qt
diff options
context:
space:
mode:
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.