diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /doc/porting3.doc | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt-0917fbb5.tar.gz tqt-0917fbb5.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 955f47107..edc044dcb 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -110,7 +110,7 @@ the top of the file giving the error. Header files that you might need to add #include directives for include: \list -\i \c <ntqcursor.h> +\i \c <tqcursor.h> \i \c <tqpainter.h> \i \c <tqpen.h> \i \c <tqstringlist.h> @@ -132,7 +132,7 @@ be in classes that inherit from the TQt namespace class), then apply the following changes: \list -\i \c QCursorShape becomes \c TQt::CursorShape +\i \c TQCursorShape becomes \c TQt::CursorShape \i \c ArrowCursor becomes \c TQt::ArrowCursor \i \c UpArrowCursor becomes \c TQt::UpArrowCursor \i \c CrossCursor becomes \c TQt::CrossCursor @@ -251,8 +251,8 @@ information regarding obsolete functions and how to replace them in new code. \list -\i QAccel::keyToString( QKeySequence k ) -\i QAccel::stringToKey( const TQString \& s ) +\i TQAccel::keyToString( QKeySequence k ) +\i TQAccel::stringToKey( const TQString \& s ) \i TQActionGroup::insert( TQAction *a ) \i TQCanvasItem::active() const \i TQCanvasItem::enabled() const @@ -759,7 +759,7 @@ TQXmlContentHandler::setDocumentLocator() function. \section1 Asynchronous I/O Classes -QASyncIO, TQDataSink, TQDataSource, TQIODeviceSource and TQDataPump were +TQAsyncIO, TQDataSink, TQDataSource, TQIODeviceSource and TQDataPump were used internally in previous versions of Qt, but are not used anymore. They are now obsolete. |