diff options
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index dd58db962..08322dd59 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -480,7 +480,7 @@ work without problems. Applications that worked in terms of lines may require some porting. The source code for the old 2.x version of QMultiLineEdit can be found -in \c $QTDIR/src/attic/qtmultilineedit.h/cpp. Note that the class has +in \c $TQTDIR/src/attic/qtmultilineedit.h/cpp. Note that the class has been renamed to QtMultiLineEdit to avoid name clashes. If you really need to keep compatibility with the old QMultiLineEdit, simply include this class in your project and rename QMultiLineEdit to @@ -640,7 +640,7 @@ The QTableView class has been obsoleted and is no longer a part of the Qt API. Either use the powerful QTable class or the simplistic QGridView in any new code you create. If you really need the old table view for compatibility you can find it in \c -$QTDIR/src/attic/qttableview.{cpp,h}. Note that the class has been +$TQTDIR/src/attic/qttableview.{cpp,h}. Note that the class has been renamed from QTableView to QtTableView to avoid name clashes. To use it, simply include it in your project and rename QTableView to QtTableView throughout. |