summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsyntaxhighlighter.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsyntaxhighlighter.html')
-rw-r--r--doc/html/ntqsyntaxhighlighter.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqsyntaxhighlighter.html b/doc/html/ntqsyntaxhighlighter.html
index 05834e3b..0f6e64f8 100644
--- a/doc/html/ntqsyntaxhighlighter.html
+++ b/doc/html/ntqsyntaxhighlighter.html
@@ -124,7 +124,7 @@ comment until you reached the closing <tt>*</tt><tt>/</tt>.
<h3 class=fn>void <a name="rehighlight"></a>TQSyntaxHighlighter::rehighlight ()
</h3> Redoes the highlighting of the whole document.
-<h3 class=fn>void <a name="setFormat"></a>TQSyntaxHighlighter::setFormat ( int&nbsp;start, int&nbsp;count, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font, const&nbsp;<a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;color )
+<h3 class=fn>void <a name="setFormat"></a>TQSyntaxHighlighter::setFormat ( int&nbsp;start, int&nbsp;count, const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font, const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;color )
</h3>
This function is applied to the syntax highlighter's current
paragraph (the text of which is passed to the <a href="#highlightParagraph">highlightParagraph</a>()
@@ -133,10 +133,10 @@ function).
position <em>start</em> for <em>count</em> characters. (If <em>count</em> is 0,
nothing is done.)
-<h3 class=fn>void <a name="setFormat-2"></a>TQSyntaxHighlighter::setFormat ( int&nbsp;start, int&nbsp;count, const&nbsp;<a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;color )
+<h3 class=fn>void <a name="setFormat-2"></a>TQSyntaxHighlighter::setFormat ( int&nbsp;start, int&nbsp;count, const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;color )
</h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<h3 class=fn>void <a name="setFormat-3"></a>TQSyntaxHighlighter::setFormat ( int&nbsp;start, int&nbsp;count, const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font )
+<h3 class=fn>void <a name="setFormat-3"></a>TQSyntaxHighlighter::setFormat ( int&nbsp;start, int&nbsp;count, const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font )
</h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<h3 class=fn><a href="tqtextedit.html">TQTextEdit</a>&nbsp;* <a name="textEdit"></a>TQSyntaxHighlighter::textEdit () const