diff options
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index ed783ed4c..6770743d0 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -440,12 +440,12 @@ If you used calls to QInputDialog::getText(...) that provided more than the first two required parameters you will must add a value for the \c echo parameter. -\section1 QLayout and Other Abstract Layout Classes +\section1 TQLayout and Other Abstract Layout Classes -The definitions of \l QGLayoutIterator, \l QLayout, \l QLayoutItem, \l -QLayoutIterator, \l QSpacerItem and \l TQWidgetItem have been moved from \c -<ntqabstractlayout.h> to \c <ntqlayout.h>. The header \c -<ntqabstractlayout.h> now includes \c <ntqlayout.h> for compatibility. It +The definitions of \l TQGLayoutIterator, \l TQLayout, \l TQLayoutItem, \l +TQLayoutIterator, \l TQSpacerItem and \l TQWidgetItem have been moved from \c +<ntqabstractlayout.h> to \c <tqlayout.h>. The header \c +<ntqabstractlayout.h> now includes \c <tqlayout.h> for compatibility. It might be removed in a future version. \section1 TQListViewItem |