From 3e98ce7f85f06e95ad121c6f541d14464d85919e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:03:48 +0900 Subject: qt -> tqt conversion: QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro --- doc/porting3.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/porting3.doc') 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. -- cgit v1.2.1