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.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqsimplerichtext.html b/doc/html/ntqsimplerichtext.html
index 3bba1f9a5..1fc0f0bb7 100644
--- a/doc/html/ntqsimplerichtext.html
+++ b/doc/html/ntqsimplerichtext.html
@@ -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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;fnt, const&nbsp;<a href="ntqstring.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="ntqstylesheet.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>.
@@ -104,7 +104,7 @@ calculate the absolute path. See
<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>()).
-<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;fnt, const&nbsp;<a href="ntqstring.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="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>
Constructs a TQSimpleRichText from the rich text string <em>text</em> and
the font <em>fnt</em>.
@@ -134,12 +134,12 @@ Destroys the rich text object, freeing memory.
Adjusts the richt text object to a reasonable size.
<p> <p>See also <a href="#setWidth">setWidth</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="anchorAt"></a>TQSimpleRichText::anchorAt ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="anchorAt"></a>TQSimpleRichText::anchorAt ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const
</h3>
Returns the anchor at the requested position, <em>pos</em>. An empty
string is returned if no anchor is specified for this position.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="context"></a>TQSimpleRichText::context () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="context"></a>TQSimpleRichText::context () const
</h3>
Returns the context of the rich text object. If no context has
been specified in the constructor, a null string is returned. The