diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/ntqinputdialog.html | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqinputdialog.html')
-rw-r--r-- | doc/html/ntqinputdialog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqinputdialog.html b/doc/html/ntqinputdialog.html index af631ca60..c2ec2e2f1 100644 --- a/doc/html/ntqinputdialog.html +++ b/doc/html/ntqinputdialog.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQInputDialog class provides a simple convenience dialog to get a single value from the user. <a href="#details">More...</a> <p><tt>#include <<a href="qinputdialog-h.html">ntqinputdialog.h</a>></tt> -<p>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="qinputdialog-members.html">List of all member functions.</a> <h2>Static Public Members</h2> <ul> @@ -157,7 +157,7 @@ be modal. </pre> -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="getText"></a>TQInputDialog::getText ( const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & label, <a href="ntqlineedit.html#EchoMode-enum">TQLineEdit::EchoMode</a> mode = TQLineEdit::Normal, const <a href="tqstring.html">TQString</a> & text = TQString::null, bool * ok = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="getText"></a>TQInputDialog::getText ( const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & label, <a href="tqlineedit.html#EchoMode-enum">TQLineEdit::EchoMode</a> mode = TQLineEdit::Normal, const <a href="tqstring.html">TQString</a> & text = TQString::null, bool * ok = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Static convenience function to get a string from the user. <em>caption</em> is the text which is displayed in the title bar of the dialog. <em>label</em> is the text which is shown to the user (it should |