diff options
Diffstat (limited to 'doc/shclass.doc')
-rw-r--r-- | doc/shclass.doc | 10 |
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? |