summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqcursor.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqcursor.html')
-rw-r--r--doc/html/ntqcursor.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqcursor.html b/doc/html/ntqcursor.html
index 7d8279c8..f6bb4946 100644
--- a/doc/html/ntqcursor.html
+++ b/doc/html/ntqcursor.html
@@ -236,7 +236,7 @@ coordinates.
coordinates.
<p> <p>See also <a href="#setPos">setPos</a>(), <a href="tqwidget.html#mapFromGlobal">TQWidget::mapFromGlobal</a>(), and <a href="tqwidget.html#mapToGlobal">TQWidget::mapToGlobal</a>().
-<p>Examples: <a href="tutorial2-06.html#x2579">chart/canvasview.cpp</a>, <a href="fileiconview-example.html#x809">fileiconview/qfileiconview.cpp</a>, and <a href="menu-example.html#x1859">menu/menu.cpp</a>.
+<p>Examples: <a href="tutorial2-06.html#x2579">chart/canvasview.cpp</a>, <a href="fileiconview-example.html#x809">fileiconview/tqfileiconview.cpp</a>, and <a href="menu-example.html#x1859">menu/menu.cpp</a>.
<h3 class=fn>void <a name="setPos"></a>TQCursor::setPos ( int&nbsp;x, int&nbsp;y )<tt> [static]</tt>
</h3>
Moves the cursor (hot spot) to the global screen position (<em>x</em>,
@@ -262,13 +262,13 @@ the <a href="ntqt.html#CursorShape-enum">CursorShape</a> enum values (cast to an
<p> <p>See also <a href="#setShape">setShape</a>().
<hr><h2>Related Functions</h2>
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, const&nbsp;<a href="ntqcursor.html">TQCursor</a>&nbsp;&amp;&nbsp;c )
+<h3 class=fn><a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, const&nbsp;<a href="ntqcursor.html">TQCursor</a>&nbsp;&amp;&nbsp;c )
</h3>
Writes the cursor <em>c</em> to the stream <em>s</em>.
<p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="ntqcursor.html">TQCursor</a>&nbsp;&amp;&nbsp;c )
+<h3 class=fn><a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="ntqcursor.html">TQCursor</a>&nbsp;&amp;&nbsp;c )
</h3>
Reads a cursor from the stream <em>s</em> and sets <em>c</em> to the read data.