diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/qmoveevent.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-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/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 |