diff options
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index a85e5dd49..9f99675c2 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -312,7 +312,7 @@ new code. <li> <a href="ntqcombobox.html#setAutoResize">TQComboBox::setAutoResize</a>( bool ) <li> <a href="tqdate.html#dayName">TQDate::dayName</a>( int weekday ) <li> <a href="tqdate.html#monthName">TQDate::monthName</a>( int month ) -<li> <a href="ntqdir.html#encodedEntryList">TQDir::encodedEntryList</a>( const <a href="tqstring.html">TQString</a> & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const +<li> <a href="tqdir.html#encodedEntryList">TQDir::encodedEntryList</a>( const <a href="tqstring.html">TQString</a> & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const <li> TQDir::encodedEntryList( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const <li> <a href="ntqdockwindow.html#isHorizontalStretchable">TQDockWindow::isHorizontalStretchable</a>() const <li> <a href="ntqdockwindow.html#isVerticalStretchable">TQDockWindow::isVerticalStretchable</a>() const @@ -391,7 +391,7 @@ new code. <li> <a href="tqwidget.html#setFont">TQWidget::setFont</a>( const <a href="ntqfont.html">TQFont</a> & f, bool ) <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> <a href="tqxmlinputsource.html#TQXmlInputSource">TQXmlInputSource::TQXmlInputSource</a>( <a href="tqfile.html">TQFile</a> & file ) <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> @@ -444,7 +444,7 @@ TQDate::dayName() have been renamed <a href="tqdate.html#shortMonthName">TQDate: <a href="tqdate.html#shortDayName">TQDate::shortDayName</a>() and have been made static (as they should had been in the first place). The old names are still provided for source compatibility. -<p> <h2> <a href="ntqfiledialog.html">TQFileDialog</a> +<p> <h2> <a href="tqfiledialog.html">TQFileDialog</a> </h2> <a name="9"></a><p> If the mode was not set explicitly, and the user entered a non-existent file, the dialog would accept this. In TQt 3.x, you must |