diff options
Diffstat (limited to 'doc/html/tqtextbrowser.html')
-rw-r--r-- | doc/html/tqtextbrowser.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqtextbrowser.html b/doc/html/tqtextbrowser.html index 906f578cb..bf9598e40 100644 --- a/doc/html/tqtextbrowser.html +++ b/doc/html/tqtextbrowser.html @@ -95,9 +95,9 @@ use to implement Back and Forward buttons. The <a href="#home">home</a>() slot s the text to the very first document displayed. The <a href="#linkClicked">linkClicked</a>() signal is emitted when the user clicks a link. <p> By using <a href="tqtextedit.html#setMimeSourceFactory">TQTextEdit::setMimeSourceFactory</a>() you can provide your -own subclass of <a href="qmimesourcefactory.html">TQMimeSourceFactory</a>. This makes it possible to +own subclass of <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a>. This makes it possible to access data from anywhere, for example from a network or from a -database. See <a href="qmimesourcefactory.html#data">TQMimeSourceFactory::data</a>() for details. +database. See <a href="tqmimesourcefactory.html#data">TQMimeSourceFactory::data</a>() for details. <p> If you intend using the mime factory to read the data directly from the file system, you may have to specify the encoding for the file extension you are using. For example: @@ -243,7 +243,7 @@ source factory, you must ensure that the factory knows about the encoding of specified files; otherwise no data will be available. The default factory handles a couple of common file extensions such as <tt>*.html</tt> and <tt>*.txt</tt> with reasonable defaults. See -<a href="qmimesourcefactory.html#data">TQMimeSourceFactory::data</a>() for details. +<a href="tqmimesourcefactory.html#data">TQMimeSourceFactory::data</a>() for details. <p>Set this property's value with <a href="#setSource">setSource</a>() and get this property's value with <a href="#source">source</a>(). <h3 class=fn>int <a name="undoDepth-prop"></a>undoDepth</h3> |