summaryrefslogtreecommitdiffstats
path: root/doc/html/shclass.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/shclass.html')
-rw-r--r--doc/html/shclass.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/shclass.html b/doc/html/shclass.html
index 9e3a51bf..f5794023 100644
--- a/doc/html/shclass.html
+++ b/doc/html/shclass.html
@@ -169,7 +169,7 @@ explicitly shared:
<p> These classes have a detach() function that can be called if you want
your object to get a private copy of the shared data. They also have a
copy() function that returns a deep copy with a reference count of 1.
-<p> The same is true for <a href="ntqimage.html">TQImage</a>, which does not inherit TQMemArray. <a href="ntqmovie.html">TQMovie</a> is also explicitly shared, but it does not support detach() or
+<p> The same is true for <a href="tqimage.html">TQImage</a>, which does not inherit TQMemArray. <a href="ntqmovie.html">TQMovie</a> is also explicitly shared, but it does not support detach() or
copy().
<p> <h2> Implicitly Shared Classes
</h2>
@@ -214,7 +214,7 @@ functions by value without concern for the copying overhead.
<p> In this example, <tt>p1</tt> and <tt>p2</tt> share data until <a href="ntqpainter.html#begin">TQPainter::begin</a>() is
called for <tt>p2</tt>, because painting a pixmap will modify it. The same
-also happens if anything is <a href="ntqimage.html#bitBlt">bitBlt()</a>'ed into
+also happens if anything is <a href="tqimage.html#bitBlt">bitBlt()</a>'ed into
<tt>p2</tt>.
<p> <b>Warning:</b> Do not copy an implicitly shared container (<a href="tqmap.html">TQMap</a>,
<a href="tqvaluevector.html">TQValueVector</a>, etc.) while you are iterating over it.