summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsimplerichtext.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsimplerichtext.html')
-rw-r--r--doc/html/ntqsimplerichtext.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqsimplerichtext.html b/doc/html/ntqsimplerichtext.html
index 2bc8af8b7..36f264940 100644
--- a/doc/html/ntqsimplerichtext.html
+++ b/doc/html/ntqsimplerichtext.html
@@ -62,7 +62,7 @@ The TQSimpleRichText class provides a small displayable piece of rich text.
<p> This class encapsulates simple rich text usage in which a string
is interpreted as rich text and can be drawn. This is particularly
useful if you want to display some rich text in a custom widget. A
-<a href="ntqstylesheet.html">TQStyleSheet</a> is needed to interpret the tags and format the rich
+<a href="tqstylesheet.html">TQStyleSheet</a> is needed to interpret the tags and format the rich
text. TQt provides a default HTML-like style sheet, but you may
define custom style sheets.
<p> Once created, the rich text object can be queried for its <a href="#width">width</a>(),
@@ -83,7 +83,7 @@ laid out properly on the page.
<p>See also <a href="text.html">Text Related Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQSimpleRichText"></a>TQSimpleRichText::TQSimpleRichText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;fnt, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;context = TQString::null, const&nbsp;<a href="ntqstylesheet.html">TQStyleSheet</a>&nbsp;*&nbsp;sheet = 0 )
+<h3 class=fn><a name="TQSimpleRichText"></a>TQSimpleRichText::TQSimpleRichText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;fnt, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;context = TQString::null, const&nbsp;<a href="tqstylesheet.html">TQStyleSheet</a>&nbsp;*&nbsp;sheet = 0 )
</h3>
Constructs a TQSimpleRichText from the rich text string <em>text</em> and
the font <em>fnt</em>.
@@ -102,9 +102,9 @@ to resolve those references. The context will then be used to
calculate the absolute path. See
<a href="qmimesourcefactory.html#makeAbsolute">TQMimeSourceFactory::makeAbsolute</a>() for details.
<p> The <em>sheet</em> is an optional style sheet. If it is 0, the default
-style sheet will be used (see <a href="ntqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>()).
+style sheet will be used (see <a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>()).
-<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;fnt, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;context, const&nbsp;<a href="ntqstylesheet.html">TQStyleSheet</a>&nbsp;*&nbsp;sheet, const&nbsp;<a href="qmimesourcefactory.html">TQMimeSourceFactory</a>&nbsp;*&nbsp;factory, int&nbsp;pageBreak = -1, const&nbsp;<a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;linkColor = TQt::blue, bool&nbsp;linkUnderline = TRUE )
+<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;fnt, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;context, const&nbsp;<a href="tqstylesheet.html">TQStyleSheet</a>&nbsp;*&nbsp;sheet, const&nbsp;<a href="qmimesourcefactory.html">TQMimeSourceFactory</a>&nbsp;*&nbsp;factory, int&nbsp;pageBreak = -1, const&nbsp;<a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;linkColor = TQt::blue, bool&nbsp;linkUnderline = TRUE )
</h3>
Constructs a TQSimpleRichText from the rich text string <em>text</em> and
the font <em>fnt</em>.
@@ -120,7 +120,7 @@ to resolve those references. The context will then be used to
calculate the absolute path. See
<a href="qmimesourcefactory.html#makeAbsolute">TQMimeSourceFactory::makeAbsolute</a>() for details.
<p> The <em>sheet</em> is an optional style sheet. If it is 0, the default
-style sheet will be used (see <a href="ntqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>()).
+style sheet will be used (see <a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>()).
<p> This constructor is useful for creating a TQSimpleRichText object
suitable for printing. Set <em>pageBreak</em> to be the height of the
contents area of the pages.