summaryrefslogtreecommitdiffstats
path: root/doc/porting3.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r--doc/porting3.doc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc
index 00437af95..7e7179f0a 100644
--- a/doc/porting3.doc
+++ b/doc/porting3.doc
@@ -116,7 +116,7 @@ Header files that you might need to add #include directives for include:
\i \c <tqstringlist.h>
\i \c <ntqregexp.h>
\i \c <tqstrlist.h>
-\i \c <ntqstyle.h>
+\i \c <tqstyle.h>
\i \c <tqvaluelist.h>
\endlist
@@ -218,8 +218,8 @@ All these functions have been removed in TQt 3.x:
\i QSpinBox::upButton()
\i TQString::basicDirection()
\i TQString::visual()
-\i QStyle::set...() functions
-\i QStyle::drawArrow()
+\i TQStyle::set...() functions
+\i TQStyle::drawArrow()
\i QThread::postEvent(TQObject *receiver, TQEvent *event). Use TQApplication::postEvent() instead.
\i QToolButton::iconSet(bool on) const
\i QToolButton::offIconSet() const
@@ -321,9 +321,9 @@ new code.
\i TQString::ascii() const
\i TQString::data() const
\i TQString::setExpand( uint index, TQChar c )
-\i QStyle::defaultFrameWidth() const
-\i QStyle::scrollBarExtent() const
-\i QStyle::tabbarMetrics( const TQWidget *t, int \& hf, int \& vf, int \& ov ) const
+\i TQStyle::defaultFrameWidth() const
+\i TQStyle::scrollBarExtent() const
+\i TQStyle::tabbarMetrics( const TQWidget *t, int \& hf, int \& vf, int \& ov ) const
\i QTabDialog::isTabEnabled( const char *name ) const
\i QTabDialog::selected( const TQString \& )
\i QTabDialog::selected( const TQString \& tabLabel )
@@ -452,7 +452,7 @@ might be removed in a future version.
The paintBranches() function in TQt 2.x had a GUIStyle parameter; this
has been dropped for TQt 3.x since GUI style is handled by the new
-style engine (See \l QStyle.)
+style engine (See \l TQStyle.)
\section1 QMoveEvent