summaryrefslogtreecommitdiffstats
path: root/doc/porting3.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
commit0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch)
tree6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/porting3.doc
parent1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff)
downloadtqt-0881ed50.tar.gz
tqt-0881ed50.zip
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r--doc/porting3.doc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc
index 3be95f6df..829a3fde7 100644
--- a/doc/porting3.doc
+++ b/doc/porting3.doc
@@ -258,7 +258,7 @@ new code.
\i TQCanvasItem::enabled() const
\i TQCanvasItem::selected() const
\i TQCanvasItem::visible() const
-\i TQCanvasPixmapArray::TQCanvasPixmapArray( QPtrList\<QPixmap\> list, QPtrList\<QPoint\> hotspots )
+\i TQCanvasPixmapArray::TQCanvasPixmapArray( TQPtrList\<QPixmap\> list, TQPtrList\<QPoint\> hotspots )
\i TQCanvasPixmapArray::operator!()
\i QColorGroup::QColorGroup( const TQColor \& foreground, const TQColor \& background, const TQColor \& light, const TQColor \& dark, const TQColor \& mid, const TQColor \& text, const TQColor \& base )
\i QComboBox::autoResize() const
@@ -375,12 +375,12 @@ names are no longer avaialable.
\table
\header \i Old Name \i New Name \i New Header File
\row \i QArray \i \l QMemArray \i \c <ntqmemarray.h>
-\row \i QCollection \i \l QPtrCollection \i \c <ntqptrcollection.h>
-\row \i QList \i \l QPtrList \i \c <ntqptrlist.h>
-\row \i QListIterator \i \l QPtrListIterator \i \c <ntqptrlist.h>
-\row \i QQueue \i \l QPtrQueue \i \c <ntqptrqueue.h>
-\row \i QStack \i \l QPtrStack \i \c <ntqptrstack.h>
-\row \i QVector \i \l QPtrVector \i \c <ntqptrvector.h>
+\row \i QCollection \i \l TQPtrCollection \i \c <tqptrcollection.h>
+\row \i QList \i \l TQPtrList \i \c <tqptrlist.h>
+\row \i QListIterator \i \l TQPtrListIterator \i \c <tqptrlist.h>
+\row \i QQueue \i \l TQPtrQueue \i \c <tqptrqueue.h>
+\row \i QStack \i \l TQPtrStack \i \c <tqptrstack.h>
+\row \i QVector \i \l TQPtrVector \i \c <tqptrvector.h>
\endtable
\section1 QButtonGroup
@@ -642,7 +642,7 @@ modal dialog instead.
\section1 QSortedList
The QSortedList class is now obsolete. Consider using a QDict, a TQMap
-or a plain QPtrList instead.
+or a plain TQPtrList instead.
\section1 QTableView