diff options
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index b234d0ba1..5cbece74b 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -310,8 +310,8 @@ new code. <li> <a href="qcolorgroup.html#TQColorGroup">TQColorGroup::TQColorGroup</a>( const <a href="ntqcolor.html">TQColor</a> & foreground, const TQColor & background, const TQColor & light, const TQColor & dark, const TQColor & mid, const TQColor & text, const TQColor & base ) <li> <a href="ntqcombobox.html#autoResize">TQComboBox::autoResize</a>() const <li> <a href="ntqcombobox.html#setAutoResize">TQComboBox::setAutoResize</a>( bool ) -<li> <a href="qdate.html#dayName">TQDate::dayName</a>( int weekday ) -<li> <a href="qdate.html#monthName">TQDate::monthName</a>( int month ) +<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> TQDir::encodedEntryList( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const <li> <a href="ntqdockwindow.html#isHorizontalStretchable">TQDockWindow::isHorizontalStretchable</a>() const @@ -430,18 +430,18 @@ names are no longer avaialable. <em>radio</em> button (<a href="ntqradiobutton.html">TQRadioButton</a>). In TQt 3.0, it returns the selected <em>toggle</em> button (<a href="ntqbutton.html#toggleButton-prop">TQButton::toggleButton</a>), a more general concept. This might affect programs that use TQButtonGroups that contain a mixture of radio buttons and non-radio (e.g. <a href="ntqcheckbox.html">TQCheckBox</a>) toggle buttons. -<p> <h2> <a href="qdate.html">TQDate</a> +<p> <h2> <a href="tqdate.html">TQDate</a> </h2> <a name="8"></a><p> Two TQDate member functions that were virtual in TQt 2.0 are not virtual in TQt 3.0. This is only relevant if you subclassed TQDate and reimplemented these functions: <p> <ul> -<li> <a href="tqstring.html">TQString</a> <a href="qdate.html#monthName">TQDate::monthName</a>( int month ) const -<li> TQString <a href="qdate.html#dayName">TQDate::dayName</a>( int weekday ) const +<li> <a href="tqstring.html">TQString</a> <a href="tqdate.html#monthName">TQDate::monthName</a>( int month ) const +<li> TQString <a href="tqdate.html#dayName">TQDate::dayName</a>( int weekday ) const </ul> <p> In addition to no longer being virtual, TQDate::monthName() and -TQDate::dayName() have been renamed <a href="qdate.html#shortMonthName">TQDate::shortMonthName</a>() and -<a href="qdate.html#shortDayName">TQDate::shortDayName</a>() and have been made static (as they should had +TQDate::dayName() have been renamed <a href="tqdate.html#shortMonthName">TQDate::shortMonthName</a>() and +<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> |