diff options
Diffstat (limited to 'doc/html/qmoveevent.html')
-rw-r--r-- | doc/html/qmoveevent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qmoveevent.html b/doc/html/qmoveevent.html index 5321d3ec0..04687ffb0 100644 --- a/doc/html/qmoveevent.html +++ b/doc/html/qmoveevent.html @@ -53,17 +53,17 @@ relative to their parent. <p> <p>See also <a href="tqwidget.html#pos-prop">TQWidget::pos</a>, <a href="tqwidget.html#geometry-prop">TQWidget::geometry</a>, and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQMoveEvent"></a>TQMoveEvent::TQMoveEvent ( const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqpoint.html">TQPoint</a> & oldPos ) +<h3 class=fn><a name="TQMoveEvent"></a>TQMoveEvent::TQMoveEvent ( const <a href="tqpoint.html">TQPoint</a> & pos, const <a href="tqpoint.html">TQPoint</a> & oldPos ) </h3> <p> Constructs a move event with the new and old widget positions, <em>pos</em> and <em>oldPos</em> respectively. -<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="oldPos"></a>TQMoveEvent::oldPos () const +<h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <a name="oldPos"></a>TQMoveEvent::oldPos () const </h3> <p> Returns the old position of the widget. -<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="pos"></a>TQMoveEvent::pos () const +<h3 class=fn>const <a href="tqpoint.html">TQPoint</a> & <a name="pos"></a>TQMoveEvent::pos () const </h3> <p> Returns the new position of the widget. This excludes the window |