summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqstylesheet.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqstylesheet.3qt')
-rw-r--r--doc/man/man3/tqstylesheet.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqstylesheet.3qt b/doc/man/man3/tqstylesheet.3qt
index c2d4a092..48678dc4 100644
--- a/doc/man/man3/tqstylesheet.3qt
+++ b/doc/man/man3/tqstylesheet.3qt
@@ -58,7 +58,7 @@ Inherits TQObject.
.SH DESCRIPTION
The TQStyleSheet class is a collection of styles for rich text rendering and a generator of tags.
.PP
-By creating TQStyleSheetItem objects for a style sheet you build a 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 TQTextEdit or a TQTextBrowser. However, TQLabel, TQWhatsThis and QMessageBox also support it, and other classes are likely to follow. With TQSimpleRichText it is possible to use the rich text renderer for custom widgets as well.
+By creating TQStyleSheetItem objects for a style sheet you build a 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 TQTextEdit or a TQTextBrowser. However, TQLabel, TQWhatsThis and TQMessageBox also support it, and other classes are likely to follow. With TQSimpleRichText it is possible to use the rich text renderer for custom widgets as well.
.PP
The default TQStyleSheet object has the following style bindings, sorted by structuring bindings, anchors, character style bindings (i.e. inline styles), special elements such as horizontal lines or images, and other tags. In addition, rich text supports simple HTML tables.
.PP
@@ -152,7 +152,7 @@ See also escape().
Examples:
.)l action/application.cpp, application/application.cpp, and mdi/application.cpp.
.SH "TQStyleSheet * TQStyleSheet::defaultSheet ()\fC [static]\fR"
-Returns the application-wide default style sheet. This style sheet is used by rich text rendering classes such as TQSimpleRichText, TQWhatsThis and QMessageBox 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, TQTextEdit and TQTextBrowser.
+Returns the application-wide default style sheet. This style sheet is used by rich text rendering classes such as TQSimpleRichText, TQWhatsThis and TQMessageBox 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, TQTextEdit and TQTextBrowser.
.PP
See also setDefaultSheet().
.SH "void TQStyleSheet::error ( const TQString & msg ) const\fC [virtual]\fR"