summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtextedit.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/tqtextedit.html
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt-fef84691.tar.gz
tqt-fef84691.zip
Rename basic 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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html
index 6538682c2..4bd89b6e9 100644
--- a/doc/html/tqtextedit.html
+++ b/doc/html/tqtextedit.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQTextEdit widget provides a powerful single-page rich text editor.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqtextedit-h.html">tqtextedit.h</a>&gt;</tt>
-<p>Inherits <a href="ntqscrollview.html">TQScrollView</a>.
+<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><a href="tqtextedit-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -1357,7 +1357,7 @@ on demand, e.g. as the user scrolls, so you don't usually need to
call this function.
<p> In some situations you may want to force the whole text
to be formatted. For example, if after calling <a href="#setText">setText</a>(), you wanted
-to know the height of the document (using <a href="ntqscrollview.html#contentsHeight">contentsHeight</a>()), you
+to know the height of the document (using <a href="tqscrollview.html#contentsHeight">contentsHeight</a>()), you
would call this function first.
<h3 class=fn><a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a>&nbsp;* <a name="syntaxHighlighter"></a>TQTextEdit::syntaxHighlighter () const