diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/tqmimesourcefactory.html | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmimesourcefactory.html')
-rw-r--r-- | doc/html/tqmimesourcefactory.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqmimesourcefactory.html b/doc/html/tqmimesourcefactory.html index c1da24d8b..515dfef2c 100644 --- a/doc/html/tqmimesourcefactory.html +++ b/doc/html/tqmimesourcefactory.html @@ -83,7 +83,7 @@ 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="tqlabel.html">TQLabel</a>, <a href="tqwhatsthis.html">TQWhatsThis</a> or -<a href="ntqmessagebox.html">TQMessageBox</a>) always use the default factory. +<a href="tqmessagebox.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 images that are stored in the program itself, not loaded from the @@ -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="tqsimplerichtext.html">TQSimpleRichText</a>, <a href="tqwhatsthis.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="tqmessagebox.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>. |