summaryrefslogtreecommitdiffstats
path: root/doc/html/qwheelevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 15:36:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /doc/html/qwheelevent.html
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt-0917fbb5.tar.gz
tqt-0917fbb5.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
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 2d46ab76e..1dfa32e51 100644
--- a/doc/html/qwheelevent.html
+++ b/doc/html/qwheelevent.html
@@ -76,7 +76,7 @@ mouse and keyboard events for a widget.
</h3>
<p> Constructs a wheel event object.
-<p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="ntqcursor.html#pos">TQCursor::pos</a>(), i.e. <em>pos</em>,
+<p> The <a href="#globalPos">globalPos</a>() is initialized to <a href="tqcursor.html#pos">TQCursor::pos</a>(), i.e. <em>pos</em>,
which is usually (but not always) right. Use the other constructor
if you need to specify the global position explicitly. <em>delta</em>
contains the rotation distance, <em>state</em> holds the keyboard
@@ -124,7 +124,7 @@ rotation but with a smaller value in each message.
<p> Returns the global position of the mouse pointer <em>at the time of the event</em>. This is important on asynchronous window systems
such as X11; whenever you move your widgets around in response to
mouse events, <a href="#globalPos">globalPos</a>() can differ a lot from the current
-pointer position <a href="ntqcursor.html#pos">TQCursor::pos</a>().
+pointer position <a href="tqcursor.html#pos">TQCursor::pos</a>().
<p> <p>See also <a href="#globalX">globalX</a>() and <a href="#globalY">globalY</a>().
<h3 class=fn>int <a name="globalX"></a>TQWheelEvent::globalX () const