diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-05 19:02:23 +0900 |
commit | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch) | |
tree | d62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/shclass.html | |
parent | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff) | |
download | tqt-1f0ce853.tar.gz tqt-1f0ce853.zip |
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |