diff options
Diffstat (limited to 'doc/html/ntqsyntaxhighlighter.html')
-rw-r--r-- | doc/html/ntqsyntaxhighlighter.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqsyntaxhighlighter.html b/doc/html/ntqsyntaxhighlighter.html index 05834e3b2..0f6e64f8e 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 start, int count, const <a href="ntqfont.html">TQFont</a> & font, const <a href="ntqcolor.html">TQColor</a> & color ) +<h3 class=fn>void <a name="setFormat"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="tqfont.html">TQFont</a> & font, const <a href="tqcolor.html">TQColor</a> & 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 start, int count, const <a href="ntqcolor.html">TQColor</a> & color ) +<h3 class=fn>void <a name="setFormat-2"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="tqcolor.html">TQColor</a> & 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 start, int count, const <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn>void <a name="setFormat-3"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="tqfont.html">TQFont</a> & 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> * <a name="textEdit"></a>TQSyntaxHighlighter::textEdit () const |