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/man/man3/tqdialog.3qt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/man/man3/tqdialog.3qt') diff --git a/doc/man/man3/tqdialog.3qt b/doc/man/man3/tqdialog.3qt index 0f676df42..482306099 100644 --- a/doc/man/man3/tqdialog.3qt +++ b/doc/man/man3/tqdialog.3qt @@ -13,7 +13,7 @@ QDialog \- The base class of dialog windows .PP Inherits TQWidget. .PP -Inherited by QColorDialog, QErrorMessage, QFileDialog, QFontDialog, QInputDialog, QMessageBox, QMotifDialog, QProgressDialog, QTabDialog, and QWizard. +Inherited by QColorDialog, QErrorMessage, TQFileDialog, QFontDialog, QInputDialog, QMessageBox, QMotifDialog, QProgressDialog, QTabDialog, and QWizard. .PP .SS "Public Members" .in +1c @@ -122,13 +122,13 @@ A modal dialog. .PP .nf .br - QFileDialog *dlg = new QFileDialog( workingDirectory, + TQFileDialog *dlg = new TQFileDialog( workingDirectory, .br TQString::null, 0, 0, TRUE ); .br - dlg->setCaption( QFileDialog::tr( "Open" ) ); + dlg->setCaption( TQFileDialog::tr( "Open" ) ); .br - dlg->setMode( QFileDialog::ExistingFile ); + dlg->setMode( TQFileDialog::ExistingFile ); .br TQString result; .br @@ -222,7 +222,7 @@ Users cannot interact with any other window in the same application until they c See also show() and result(). .PP Examples: -.)l chart/chartform.cpp, dialog/mainwindow.cpp, i18n/main.cpp, network/ftpclient/ftpmainwindow.ui.h, network/networkprotocol/view.cpp, qdir/qdir.cpp, and wizard/main.cpp. +.)l chart/chartform.cpp, dialog/mainwindow.cpp, i18n/main.cpp, network/ftpclient/ftpmainwindow.ui.h, network/networkprotocol/view.cpp, tqdir/tqdir.cpp, and wizard/main.cpp. .SH "TQWidget * QDialog::extension () const" Returns the dialog's extension or 0 if no extension has been defined. .PP -- cgit v1.2.1