summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdialog.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-10 18:56:16 +0900
committerMichele Calgaro <[email protected]>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqdialog.3qt
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz
tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqdialog.3qt')
-rw-r--r--doc/man/man3/tqdialog.3qt10
1 files changed, 5 insertions, 5 deletions
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