diff options
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 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 <<a href="tqtextedit-h.html">tqtextedit.h</a>></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> * <a name="syntaxHighlighter"></a>TQTextEdit::syntaxHighlighter () const |