diff options
Diffstat (limited to 'doc/man/man3/tqdialog.3qt')
-rw-r--r-- | doc/man/man3/tqdialog.3qt | 10 |
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 |