diff options
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index 701b449f3..4a486675e 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -375,7 +375,7 @@ new code. <li> <a href="ntqtabdialog.html#selected">TQTabDialog::selected</a>( const <a href="tqstring.html">TQString</a> & ) <li> TQTabDialog::selected( const TQString & tabLabel ) <li> <a href="ntqtabdialog.html#setTabEnabled">TQTabDialog::setTabEnabled</a>( const char *name, bool enable ) -<li> <a href="ntqtextstream.html#TQTextStream">TQTextStream::TQTextStream</a>( TQString & str, int filemode ) +<li> <a href="tqtextstream.html#TQTextStream">TQTextStream::TQTextStream</a>( TQString & str, int filemode ) <li> <a href="ntqtoolbar.html#TQToolBar">TQToolBar::TQToolBar</a>( const TQString & label, <a href="ntqmainwindow.html">TQMainWindow</a> *, ToolBarDock = DockTop, bool newLine = FALSE, const char *name = 0 ) <li> <a href="ntqtooltip.html#enabled">TQToolTip::enabled</a>() <li> <a href="ntqtooltip.html#setEnabled">TQToolTip::setEnabled</a>( bool enable ) @@ -392,7 +392,7 @@ new code. <li> <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>( const <a href="ntqpalette.html">TQPalette</a> & p, bool ) <li> <a href="ntqwizard.html#setFinish">TQWizard::setFinish</a>( <a href="tqwidget.html">TQWidget</a> *, bool ) <li> <a href="tqxmlinputsource.html#TQXmlInputSource">TQXmlInputSource::TQXmlInputSource</a>( <a href="ntqfile.html">TQFile</a> & file ) -<li> TQXmlInputSource::TQXmlInputSource( <a href="ntqtextstream.html">TQTextStream</a> & stream ) +<li> TQXmlInputSource::TQXmlInputSource( <a href="tqtextstream.html">TQTextStream</a> & stream ) <li> <a href="tqxmlreader.html#parse">TQXmlReader::parse</a>( const <a href="tqxmlinputsource.html">TQXmlInputSource</a> & input ) </ul> <p> Additionally, these preprocessor directives have been removed: @@ -491,7 +491,7 @@ top level widgets. <a name="15"></a><p> The TQMultiLineEdit was a simple editor widget in previous TQt versions. Since TQt 3.0 includes a new richtext engine, which also supports editing, TQMultiLineEdit is obsolete. For the sake of compatibility -TQMultiLineEdit is still provided. It is now a subclass of <a href="ntqtextedit.html">TQTextEdit</a> +TQMultiLineEdit is still provided. It is now a subclass of <a href="tqtextedit.html">TQTextEdit</a> which wraps the old TQMultiLineEdit so that it is mostly source compatible to keep old applications working. <p> For new applications and when maintaining existing applications we @@ -676,7 +676,7 @@ have been removed, together with the following two functions as well. <li> void <a href="ntqtoolbutton.html#setIconSet">TQToolButton::setIconSet</a>( const TQIconSet & set ) <li> TQIconSet <a href="ntqtoolbutton.html#iconSet">TQToolButton::iconSet</a>() const </ul> -<p> <h2> <a href="ntqtextstream.html">TQTextStream</a> +<p> <h2> <a href="tqtextstream.html">TQTextStream</a> </h2> <a name="22"></a><p> The global TQTextStream manipulators setw(), setfill() and setprecison() were renamed to qSetW(), qSetFill() and qSetPrecision() to avoid conflicts |