diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/ntqsyntaxhighlighter.html | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt-0cf411b0.tar.gz tqt-0cf411b0.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqsyntaxhighlighter.html')
-rw-r--r-- | doc/html/ntqsyntaxhighlighter.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqsyntaxhighlighter.html b/doc/html/ntqsyntaxhighlighter.html index e85b97928..05834e3b2 100644 --- a/doc/html/ntqsyntaxhighlighter.html +++ b/doc/html/ntqsyntaxhighlighter.html @@ -53,7 +53,7 @@ implementing TQTextEdit syntax highlighters. The TQSyntaxHighlighter class is a base class for -implementing <a href="ntqtextedit.html">TQTextEdit</a> syntax highlighters. +implementing <a href="tqtextedit.html">TQTextEdit</a> syntax highlighters. <p> <p> A syntax highligher automatically highlights parts of the text in @@ -71,7 +71,7 @@ the font and color) to the text that is passed to it. <p>See also <a href="basic.html">Basic Widgets</a> and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSyntaxHighlighter"></a>TQSyntaxHighlighter::TQSyntaxHighlighter ( <a href="ntqtextedit.html">TQTextEdit</a> * textEdit ) +<h3 class=fn><a name="TQSyntaxHighlighter"></a>TQSyntaxHighlighter::TQSyntaxHighlighter ( <a href="tqtextedit.html">TQTextEdit</a> * textEdit ) </h3> Constructs the TQSyntaxHighlighter and installs it on <em>textEdit</em>. <p> It is the caller's responsibility to delete the @@ -139,10 +139,10 @@ nothing is done.) <h3 class=fn>void <a name="setFormat-3"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="ntqfont.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="ntqtextedit.html">TQTextEdit</a> * <a name="textEdit"></a>TQSyntaxHighlighter::textEdit () const +<h3 class=fn><a href="tqtextedit.html">TQTextEdit</a> * <a name="textEdit"></a>TQSyntaxHighlighter::textEdit () const </h3> -<p> Returns the <a href="ntqtextedit.html">TQTextEdit</a> on which this syntax highlighter is +<p> Returns the <a href="tqtextedit.html">TQTextEdit</a> on which this syntax highlighter is installed <!-- eof --> |