diff options
Diffstat (limited to 'doc/man/man3/tqmoveevent.3qt')
-rw-r--r-- | doc/man/man3/tqmoveevent.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqmoveevent.3qt b/doc/man/man3/tqmoveevent.3qt index 21b70a476..872140efc 100644 --- a/doc/man/man3/tqmoveevent.3qt +++ b/doc/man/man3/tqmoveevent.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMoveEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMoveEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,7 +7,7 @@ .ad l .nh .SH NAME -QMoveEvent \- Event parameters for move events +TQMoveEvent \- Event parameters for move events .SH SYNOPSIS \fC#include <tqevent.h>\fR .PP @@ -16,7 +16,7 @@ Inherits TQEvent. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMoveEvent\fR ( const TQPoint & pos, const TQPoint & oldPos )" +.BI "\fBTQMoveEvent\fR ( const TQPoint & pos, const TQPoint & oldPos )" .br .ti -1c .BI "const TQPoint & \fBpos\fR () const" @@ -26,7 +26,7 @@ Inherits TQEvent. .br .in -1c .SH DESCRIPTION -The QMoveEvent class contains event parameters for move events. +The TQMoveEvent class contains event parameters for move events. .PP Move events are sent to widgets that have been moved to a new position relative to their parent. .PP @@ -34,16 +34,16 @@ 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 TQPoint & pos, const TQPoint & oldPos )" +.SH "TQMoveEvent::TQMoveEvent ( 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 TQPoint & QMoveEvent::oldPos () const" +.SH "const TQPoint & TQMoveEvent::oldPos () const" Returns the old position of the widget. -.SH "const TQPoint & QMoveEvent::pos () const" +.SH "const TQPoint & TQMoveEvent::pos () const" Returns the new position of the widget. This excludes the window frame for top level widgets. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmoveevent.html +.BR http://doc.trolltech.com/tqmoveevent.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |