summaryrefslogtreecommitdiffstats
path: root/doc/html/tqstylesheet.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqstylesheet.html')
-rw-r--r--doc/html/tqstylesheet.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqstylesheet.html b/doc/html/tqstylesheet.html
index 0e062fcba..d0b85a062 100644
--- a/doc/html/tqstylesheet.html
+++ b/doc/html/tqstylesheet.html
@@ -68,7 +68,7 @@ definition of a set of tags. This definition will be used by the
internal rich text rendering system to parse and display text
documents to which the style sheet applies. Rich text is normally
visualized in a <a href="tqtextedit.html">TQTextEdit</a> or a <a href="tqtextbrowser.html">TQTextBrowser</a>. However, <a href="tqlabel.html">TQLabel</a>,
-<a href="tqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> also support it, and other classes are
+<a href="tqwhatsthis.html">TQWhatsThis</a> and <a href="tqmessagebox.html">TQMessageBox</a> also support it, and other classes are
likely to follow. With <a href="tqsimplerichtext.html">TQSimpleRichText</a> it is possible to use the
rich text renderer for custom widgets as well.
<p> The default TQStyleSheet object has the following style bindings,
@@ -296,7 +296,7 @@ simplified whitespaces).
</h3>
Returns the application-wide default style sheet. This style sheet
is used by rich text rendering classes such as <a href="tqsimplerichtext.html">TQSimpleRichText</a>,
-<a href="tqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> to define the rendering style and
+<a href="tqwhatsthis.html">TQWhatsThis</a> and <a href="tqmessagebox.html">TQMessageBox</a> to define the rendering style and
available tags within rich text documents. It also serves as the
initial style sheet for the more complex render widgets, <a href="tqtextedit.html">TQTextEdit</a>
and <a href="tqtextbrowser.html">TQTextBrowser</a>.