summaryrefslogtreecommitdiffstats
path: root/doc/shclass.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
commit1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch)
treed62f4174c0e58e1aa895fc71484d068b614cd6de /doc/shclass.doc
parent8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff)
downloadtqt-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/shclass.doc')
-rw-r--r--doc/shclass.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/shclass.doc b/doc/shclass.doc
index 02bb129ab..ea92f475b 100644
--- a/doc/shclass.doc
+++ b/doc/shclass.doc
@@ -209,7 +209,7 @@ The TQt classes that are implicitly shared are:
\i \l QFontInfo
\i \l QFontMetrics
\i \l QIconSet
-\i \l QMap
+\i \l TQMap
\i \l QPalette
\i \l QPen
\i \l QPicture
@@ -218,8 +218,8 @@ The TQt classes that are implicitly shared are:
\i \l QRegExp
\i \l TQString
\i \l QStringList
-\i \l QValueList
-\i \l QValueStack
+\i \l TQValueList
+\i \l TQValueStack
\endlist
These classes automatically detach from common data if an object is
@@ -246,8 +246,8 @@ called for \c p2, because painting a pixmap will modify it. The same
also happens if anything is \link ::bitBlt() bitBlt()\endlink'ed into
\c p2.
-\warning Do not copy an implicitly shared container (QMap,
-QValueVector, etc.) while you are iterating over it.
+\warning Do not copy an implicitly shared container (TQMap,
+TQValueVector, etc.) while you are iterating over it.
\section1 QCString: implicit or explicit?