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.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qwheelevent.html b/doc/html/qwheelevent.html
index 7332d94e..ce9d790f 100644
--- a/doc/html/qwheelevent.html
+++ b/doc/html/qwheelevent.html
@@ -72,7 +72,7 @@ mouse and keyboard events for a widget.
<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 )
+<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 )
</h3>
<p> Constructs a wheel event object.
@@ -84,7 +84,7 @@ modifier flags at the time of the event and <em>orient</em> holds the
wheel's orientation.
<p> <p>See also <a href="#pos">pos</a>(), <a href="#delta">delta</a>(), and <a href="#state">state</a>().
-<h3 class=fn><a name="TQWheelEvent-2"></a>TQWheelEvent::TQWheelEvent ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;globalPos, int&nbsp;delta, int&nbsp;state, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orient = Vertical )
+<h3 class=fn><a name="TQWheelEvent-2"></a>TQWheelEvent::TQWheelEvent ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;globalPos, int&nbsp;delta, int&nbsp;state, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orient = Vertical )
</h3>
<p> Constructs a wheel event object. The position when the event
@@ -118,7 +118,7 @@ including perhaps a freely rotating wheel with no notches. The
expectation is that such a device would send more messages per
rotation but with a smaller value in each message.
-<h3 class=fn>const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; <a name="globalPos"></a>TQWheelEvent::globalPos () const
+<h3 class=fn>const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp; <a name="globalPos"></a>TQWheelEvent::globalPos () const
</h3>
<p> Returns the global position of the mouse pointer <em>at the time of the event</em>. This is important on asynchronous window systems
@@ -161,7 +161,7 @@ otherwise returns FALSE.
<p> Returns the wheel's orientation.
-<h3 class=fn>const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQWheelEvent::pos () const
+<h3 class=fn>const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQWheelEvent::pos () const
</h3>
<p> Returns the position of the mouse pointer, relative to the widget