diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/shclass.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/shclass.html b/doc/html/shclass.html index f57940236..ba21b7493 100644 --- a/doc/html/shclass.html +++ b/doc/html/shclass.html @@ -189,8 +189,8 @@ copy(). <li> <a href="ntqpixmap.html">TQPixmap</a> <li> <a href="ntqregion.html">TQRegion</a> <li> <a href="ntqregexp.html">TQRegExp</a> -<li> <a href="ntqstring.html">TQString</a> -<li> <a href="ntqstringlist.html">TQStringList</a> +<li> <a href="tqstring.html">TQString</a> +<li> <a href="tqstringlist.html">TQStringList</a> <li> <a href="tqvaluelist.html">TQValueList</a> <li> <a href="tqvaluestack.html">TQValueStack</a> </ul> @@ -224,7 +224,7 @@ also happens if anything is <a href="tqimage.html#bitBlt">bitBlt()</a>'ed into inherited from <a href="qbytearray.html">TQByteArray</a>, such as data(), employ explicit sharing, while those only in <a href="ntqcstring.html">TQCString</a> detach automatically. Thus, TQCString is rather an "experts only" class, provided mainly to ease porting from TQt 1.x to TQt 2.0. -We recommend that you use <a href="ntqstring.html">TQString</a>, a purely implicitly shared class. +We recommend that you use <a href="tqstring.html">TQString</a>, a purely implicitly shared class. <p> <!-- eof --> <p><address><hr><div align=center> |