summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqdialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqdialog.html')
-rw-r--r--doc/html/ntqdialog.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqdialog.html b/doc/html/ntqdialog.html
index c0baaeea3..5cc165e45 100644
--- a/doc/html/ntqdialog.html
+++ b/doc/html/ntqdialog.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qdialog-h.html">ntqdialog.h</a>&gt;</tt>
<p>Inherits <a href="tqwidget.html">TQWidget</a>.
-<p>Inherited by <a href="ntqcolordialog.html">TQColorDialog</a>, <a href="ntqerrormessage.html">TQErrorMessage</a>, <a href="ntqfiledialog.html">TQFileDialog</a>, <a href="ntqfontdialog.html">TQFontDialog</a>, <a href="ntqinputdialog.html">TQInputDialog</a>, <a href="ntqmessagebox.html">TQMessageBox</a>, <a href="qmotifdialog.html">TQMotifDialog</a>, <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="ntqtabdialog.html">TQTabDialog</a>, and <a href="ntqwizard.html">TQWizard</a>.
+<p>Inherited by <a href="ntqcolordialog.html">TQColorDialog</a>, <a href="ntqerrormessage.html">TQErrorMessage</a>, <a href="tqfiledialog.html">TQFileDialog</a>, <a href="ntqfontdialog.html">TQFontDialog</a>, <a href="ntqinputdialog.html">TQInputDialog</a>, <a href="ntqmessagebox.html">TQMessageBox</a>, <a href="qmotifdialog.html">TQMotifDialog</a>, <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="ntqtabdialog.html">TQTabDialog</a>, and <a href="ntqwizard.html">TQWizard</a>.
<p><a href="qdialog-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -171,14 +171,14 @@ dialog is deleted after exec() returns.
<a name="1-6"></a><p> A modal dialog.
<p>
-<pre> <a href="ntqfiledialog.html">TQFileDialog</a> *dlg = new <a href="ntqfiledialog.html">TQFileDialog</a>( workingDirectory,
+<pre> <a href="tqfiledialog.html">TQFileDialog</a> *dlg = new <a href="tqfiledialog.html">TQFileDialog</a>( workingDirectory,
<a href="tqstring.html#TQString-null">TQString::null</a>, 0, 0, TRUE );
<a name="x2130"></a> dlg-&gt;<a href="tqwidget.html#setCaption">setCaption</a>( TQFileDialog::<a href="tqobject.html#tr">tr</a>( "Open" ) );
- <a name="x2128"></a> dlg-&gt;<a href="ntqfiledialog.html#setMode">setMode</a>( TQFileDialog::ExistingFile );
+ <a name="x2128"></a> dlg-&gt;<a href="tqfiledialog.html#setMode">setMode</a>( TQFileDialog::ExistingFile );
<a href="tqstring.html">TQString</a> result;
<a name="x2126"></a> if ( dlg-&gt;<a href="#exec">exec</a>() == TQDialog::<a href="#DialogCode-enum">Accepted</a> ) {
- <a name="x2127"></a> result = dlg-&gt;<a href="ntqfiledialog.html#selectedFile">selectedFile</a>();
- <a name="x2129"></a> workingDirectory = dlg-&gt;<a href="ntqfiledialog.html#url">url</a>();
+ <a name="x2127"></a> result = dlg-&gt;<a href="tqfiledialog.html#selectedFile">selectedFile</a>();
+ <a name="x2129"></a> workingDirectory = dlg-&gt;<a href="tqfiledialog.html#url">url</a>();
}
delete dlg;
return result;
@@ -252,7 +252,7 @@ blocking until the user closes it. The function returns a <a href="#DialogCode-e
application until they close the dialog.
<p> <p>See also <a href="#show">show</a>() and <a href="#result">result</a>().
-<p>Examples: <a href="canvas-chart-example.html#x2877">chart/chartform.cpp</a>, <a href="motif-dialog-example.html#x2706">dialog/mainwindow.cpp</a>, <a href="i18n-example.html#x1936">i18n/main.cpp</a>, <a href="ftpclient-example.html#x739">network/ftpclient/ftpmainwindow.ui.h</a>, <a href="ntqdialog.html#x2126">network/networkprotocol/view.cpp</a>, <a href="qdir-example.html#x1812">qdir/qdir.cpp</a>, and <a href="wizard-example.html#x16">wizard/main.cpp</a>.
+<p>Examples: <a href="canvas-chart-example.html#x2877">chart/chartform.cpp</a>, <a href="motif-dialog-example.html#x2706">dialog/mainwindow.cpp</a>, <a href="i18n-example.html#x1936">i18n/main.cpp</a>, <a href="ftpclient-example.html#x739">network/ftpclient/ftpmainwindow.ui.h</a>, <a href="ntqdialog.html#x2126">network/networkprotocol/view.cpp</a>, <a href="tqdir-example.html#x1812">tqdir/tqdir.cpp</a>, and <a href="wizard-example.html#x16">wizard/main.cpp</a>.
<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="extension"></a>TQDialog::extension () const
</h3>
Returns the dialog's extension or 0 if no extension has been