summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmimesourcefactory.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 19:37:05 +0900
commit0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch)
treebe5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/tqmimesourcefactory.html
parent1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff)
downloadtqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz
tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmimesourcefactory.html')
-rw-r--r--doc/html/tqmimesourcefactory.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqmimesourcefactory.html b/doc/html/tqmimesourcefactory.html
index e95845ee7..c1da24d8b 100644
--- a/doc/html/tqmimesourcefactory.html
+++ b/doc/html/tqmimesourcefactory.html
@@ -82,7 +82,7 @@ TQMimeSourceFactory to resolve references such as images or links
within rich text documents. They either access the default factory
(see <a href="#defaultFactory">defaultFactory</a>()) or their own (see
<a href="tqtextedit.html#setMimeSourceFactory">TQTextEdit::setMimeSourceFactory</a>()). Other classes that are
-capable of displaying rich text (such as <a href="ntqlabel.html">TQLabel</a>, <a href="ntqwhatsthis.html">TQWhatsThis</a> or
+capable of displaying rich text (such as <a href="tqlabel.html">TQLabel</a>, <a href="tqwhatsthis.html">TQWhatsThis</a> or
<a href="ntqmessagebox.html">TQMessageBox</a>) always use the default factory.
<p> A factory can also be used as a container to store data associated
with a name. This technique is useful whenever rich text contains
@@ -105,7 +105,7 @@ insert it into the factory with a unique name:
<p> Now you can create a rich text TQLabel with
<p> <pre>
- <a href="ntqlabel.html">TQLabel</a>* label = new <a href="ntqlabel.html">TQLabel</a>(
+ <a href="tqlabel.html">TQLabel</a>* label = new <a href="tqlabel.html">TQLabel</a>(
"Rich text with embedded image:&lt;img source=\"myimage\"&gt;"
"Isn't that &lt;em&gt;cute&lt;/em&gt;?" );
</pre>
@@ -193,7 +193,7 @@ file name is given in <em>abs_or_rel_name</em> and the path is in <em>context</e
</h3>
Returns the application-wide default mime source factory. This
factory is used by rich text rendering classes such as
-<a href="ntqsimplerichtext.html">TQSimpleRichText</a>, <a href="ntqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> to resolve named
+<a href="tqsimplerichtext.html">TQSimpleRichText</a>, <a href="tqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> to resolve named
references within rich text documents. It serves also as the
initial factory for the more complex render widgets, <a href="tqtextedit.html">TQTextEdit</a> and
<a href="tqtextbrowser.html">TQTextBrowser</a>.