summaryrefslogtreecommitdiffstats
path: root/doc/porting3.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r--doc/porting3.doc10
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.