summaryrefslogtreecommitdiffstats
path: root/doc/html/qwheelevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qwheelevent.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qwheelevent.html')
-rw-r--r--doc/html/qwheelevent.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qwheelevent.html b/doc/html/qwheelevent.html
index f9f433435..7332d94eb 100644
--- a/doc/html/qwheelevent.html
+++ b/doc/html/qwheelevent.html
@@ -68,8 +68,8 @@ whether the receiver wants the event. You should call
will be sent to the parent widget.
<p> The TQWidget::setEnable() function can be used to enable or disable
mouse and keyboard events for a widget.
-<p> The event handler <a href="ntqwidget.html#wheelEvent">TQWidget::wheelEvent</a>() receives wheel events.
-<p> <p>See also <a href="qmouseevent.html">TQMouseEvent</a>, <a href="ntqwidget.html#grabMouse">TQWidget::grabMouse</a>(), and <a href="events.html">Event Classes</a>.
+<p> The event handler <a href="tqwidget.html#wheelEvent">TQWidget::wheelEvent</a>() receives wheel events.
+<p> <p>See also <a href="qmouseevent.html">TQMouseEvent</a>, <a href="tqwidget.html#grabMouse">TQWidget::grabMouse</a>(), and <a href="events.html">Event Classes</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQWheelEvent"></a>TQWheelEvent::TQWheelEvent ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, int&nbsp;delta, int&nbsp;state, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orient = Vertical )