summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsyntaxhighlighter.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqsyntaxhighlighter.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 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&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