From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/porting.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/porting.html') 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.
  • TQComboBox::setAutoResize( bool )
  • TQDate::dayName( int weekday )
  • TQDate::monthName( int month ) -
  • TQDir::encodedEntryList( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const +
  • TQDir::encodedEntryList( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const
  • TQDir::encodedEntryList( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const
  • TQDockWindow::isHorizontalStretchable() const
  • TQDockWindow::isVerticalStretchable() const @@ -391,7 +391,7 @@ new code.
  • TQWidget::setFont( const TQFont & f, bool )
  • TQWidget::setPalette( const TQPalette & p, bool )
  • TQWizard::setFinish( TQWidget *, bool ) -
  • TQXmlInputSource::TQXmlInputSource( TQFile & file ) +
  • TQXmlInputSource::TQXmlInputSource( TQFile & file )
  • TQXmlInputSource::TQXmlInputSource( TQTextStream & stream )
  • TQXmlReader::parse( const TQXmlInputSource & input ) @@ -444,7 +444,7 @@ TQDate::dayName() have been renamed TQDate: TQDate::shortDayName() and have been made static (as they should had been in the first place). The old names are still provided for source compatibility. -

    TQFileDialog +

    TQFileDialog

    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 -- cgit v1.2.1