diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/tqtextedit.html | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqtextedit.html')
-rw-r--r-- | doc/html/tqtextedit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html index 4bd89b6e9..13202bbf2 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqtextedit-h.html">tqtextedit.h</a>></tt> <p>Inherits <a href="tqscrollview.html">TQScrollView</a>. -<p>Inherited by <a href="ntqmultilineedit.html">TQMultiLineEdit</a>, <a href="tqtextbrowser.html">TQTextBrowser</a>, and <a href="tqtextview.html">TQTextView</a>. +<p>Inherited by <a href="tqmultilineedit.html">TQMultiLineEdit</a>, <a href="tqtextbrowser.html">TQTextBrowser</a>, and <a href="tqtextview.html">TQTextView</a>. <p><a href="tqtextedit-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -1179,7 +1179,7 @@ alignments are <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignLeft</a>, <a hr <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignJustify</a> and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignCenter</a> (which centers horizontally). -<p>Reimplemented in <a href="ntqmultilineedit.html#setAlignment">TQMultiLineEdit</a>. +<p>Reimplemented in <a href="tqmultilineedit.html#setAlignment">TQMultiLineEdit</a>. <h3 class=fn>void <a name="setAutoFormatting"></a>TQTextEdit::setAutoFormatting ( uint features ) </h3><p>Sets the enabled set of auto formatting features to <em>features</em>. See the <a href="tqtextedit.html#autoFormatting-prop">"autoFormatting"</a> property for details. |