summaryrefslogtreecommitdiffstats
path: root/doc/html/qwheelevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-09-04 11:53:23 +0900
committerMichele Calgaro <[email protected]>2024-09-04 13:56:43 +0900
commit0582c90a9ed4b965629267713f51c0da7c38b39d (patch)
treecae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/qwheelevent.html
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz
tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qwheelevent.html')
-rw-r--r--doc/html/qwheelevent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qwheelevent.html b/doc/html/qwheelevent.html
index 1dfa32e51..8c625a4d4 100644
--- a/doc/html/qwheelevent.html
+++ b/doc/html/qwheelevent.html
@@ -69,7 +69,7 @@ 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="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>.
+<p> <p>See also <a href="tqmouseevent.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="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, int&nbsp;delta, int&nbsp;state, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orient = Vertical )