summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlineedit.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
commit0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch)
treebe5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/ntqlineedit.html
parent1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff)
downloadtqt-0e787fb7.tar.gz
tqt-0e787fb7.zip
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlineedit.html')
-rw-r--r--doc/html/ntqlineedit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqlineedit.html b/doc/html/ntqlineedit.html
index 652cea296..8036cce59 100644
--- a/doc/html/ntqlineedit.html
+++ b/doc/html/ntqlineedit.html
@@ -199,7 +199,7 @@ that presents some of these editing options.
<p> Any other key sequence that represents a valid character, will
cause the character to be inserted into the line edit.
<p> <img src=qlined-m.png> <img src=qlined-w.png>
-<p> <p>See also <a href="tqtextedit.html">TQTextEdit</a>, <a href="ntqlabel.html">TQLabel</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Field, Entry</a>, and <a href="basic.html">Basic Widgets</a>.
+<p> <p>See also <a href="tqtextedit.html">TQTextEdit</a>, <a href="tqlabel.html">TQLabel</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Field, Entry</a>, and <a href="basic.html">Basic Widgets</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="EchoMode-enum"></a>TQLineEdit::EchoMode</h3>
@@ -258,7 +258,7 @@ text is selected, the cursor is moved to the beginning of the
selected text and the selected text is deleted.
<p> <p>See also <a href="#del">del</a>().
-<h3 class=fn>int <a name="characterAt"></a>TQLineEdit::characterAt ( int&nbsp;xpos, <a href="qchar.html">TQChar</a>&nbsp;*&nbsp;chr ) const
+<h3 class=fn>int <a name="characterAt"></a>TQLineEdit::characterAt ( int&nbsp;xpos, <a href="tqchar.html">TQChar</a>&nbsp;*&nbsp;chr ) const
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p>
<h3 class=fn>void <a name="clear"></a>TQLineEdit::clear ()<tt> [virtual slot]</tt>