diff options
Diffstat (limited to 'doc/html/qmimesourcefactory.html')
-rw-r--r-- | doc/html/qmimesourcefactory.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qmimesourcefactory.html b/doc/html/qmimesourcefactory.html index 79530628a..006d718f6 100644 --- a/doc/html/qmimesourcefactory.html +++ b/doc/html/qmimesourcefactory.html @@ -77,11 +77,11 @@ data. For stored data, call <a href="#setData">setData</a>() for each item (ther also convenience functions, e.g. <a href="#setText">setText</a>(), <a href="#setImage">setImage</a>() and <a href="#setPixmap">setPixmap</a>(), that simply call setData() with appropriate parameters). -<p> The rich text widgets, <a href="ntqtextedit.html">TQTextEdit</a> and <a href="ntqtextbrowser.html">TQTextBrowser</a>, use +<p> The rich text widgets, <a href="tqtextedit.html">TQTextEdit</a> and <a href="tqtextbrowser.html">TQTextBrowser</a>, use 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="ntqtextedit.html#setMimeSourceFactory">TQTextEdit::setMimeSourceFactory</a>()). Other classes that are +<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 <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 @@ -195,8 +195,8 @@ 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 references within rich text documents. It serves also as the -initial factory for the more complex render widgets, <a href="ntqtextedit.html">TQTextEdit</a> and -<a href="ntqtextbrowser.html">TQTextBrowser</a>. +initial factory for the more complex render widgets, <a href="tqtextedit.html">TQTextEdit</a> and +<a href="tqtextbrowser.html">TQTextBrowser</a>. <p> <p>See also <a href="#setDefaultFactory">setDefaultFactory</a>(). <p>Examples: <a href="qaction-application-example.html#x1140">action/application.cpp</a> and <a href="simple-application-example.html#x1558">application/application.cpp</a>. @@ -258,7 +258,7 @@ name <em>abs_name</em>. </h3> Sets <em>text</em> to be the data item associated with the absolute name <em>abs_name</em>. -<p> Equivalent to <a href="#setData">setData</a>(abs_name, new <a href="qtextdrag.html">TQTextDrag</a>(text)). +<p> Equivalent to <a href="#setData">setData</a>(abs_name, new <a href="tqtextdrag.html">TQTextDrag</a>(text)). <h3 class=fn><a href="qmimesourcefactory.html">TQMimeSourceFactory</a> * <a name="takeDefaultFactory"></a>TQMimeSourceFactory::takeDefaultFactory ()<tt> [static]</tt> </h3> |