diff options
Diffstat (limited to 'doc/html/shclass.html')
-rw-r--r-- | doc/html/shclass.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/shclass.html b/doc/html/shclass.html index 814b32674..9e3a51bf6 100644 --- a/doc/html/shclass.html +++ b/doc/html/shclass.html @@ -182,7 +182,7 @@ copy(). <li> <a href="ntqfontinfo.html">TQFontInfo</a> <li> <a href="ntqfontmetrics.html">TQFontMetrics</a> <li> <a href="ntqiconset.html">TQIconSet</a> -<li> <a href="ntqmap.html">TQMap</a> +<li> <a href="tqmap.html">TQMap</a> <li> <a href="ntqpalette.html">TQPalette</a> <li> <a href="ntqpen.html">TQPen</a> <li> <a href="ntqpicture.html">TQPicture</a> @@ -191,8 +191,8 @@ copy(). <li> <a href="ntqregexp.html">TQRegExp</a> <li> <a href="ntqstring.html">TQString</a> <li> <a href="ntqstringlist.html">TQStringList</a> -<li> <a href="ntqvaluelist.html">TQValueList</a> -<li> <a href="ntqvaluestack.html">TQValueStack</a> +<li> <a href="tqvaluelist.html">TQValueList</a> +<li> <a href="tqvaluestack.html">TQValueStack</a> </ul> <p> These classes automatically detach from common data if an object is about to be changed. The programmer will not even notice that the @@ -216,8 +216,8 @@ functions by value without concern for the copying overhead. 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 <tt>p2</tt>. -<p> <b>Warning:</b> Do not copy an implicitly shared container (<a href="ntqmap.html">TQMap</a>, -<a href="ntqvaluevector.html">TQValueVector</a>, etc.) while you are iterating over it. +<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. <p> <h2> TQCString: implicit or explicit? </h2> <a name="6"></a><p> <a href="ntqcstring.html">TQCString</a> uses a mixture of implicit and explicit sharing. Functions |