diff options
Diffstat (limited to 'doc/html/qwheelevent.html')
-rw-r--r-- | doc/html/qwheelevent.html | 2 |
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 <a href="tqpoint.html">TQPoint</a> & pos, int delta, int state, <a href="ntqt.html#Orientation-enum">Orientation</a> orient = Vertical ) |