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