summaryrefslogtreecommitdiffstats
path: root/doc/html/qwheelevent.html
diff options
context:
space:
mode:
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 )