summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtextbrowser.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtextbrowser.html')
-rw-r--r--doc/html/ntqtextbrowser.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/ntqtextbrowser.html b/doc/html/ntqtextbrowser.html
index e70ad256..525cc4dd 100644
--- a/doc/html/ntqtextbrowser.html
+++ b/doc/html/ntqtextbrowser.html
@@ -123,7 +123,7 @@ use <a href="ntqsimplerichtext.html">TQSimpleRichText</a> or <a href="ntqlabel.h
</h3>
Constructs an empty TQTextBrowser called <em>name</em>, with parent <em>parent</em>.
-<h3 class=fn>void <a name="anchorClicked"></a>TQTextBrowser::anchorClicked ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;link )<tt> [signal]</tt>
+<h3 class=fn>void <a name="anchorClicked"></a>TQTextBrowser::anchorClicked ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;link )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user clicks an anchor. The <em>link</em> is
@@ -163,7 +163,7 @@ next document.
when the user navigates or goes forward().
<p>Example: <a href="helpviewer-example.html#x1022">helpviewer/helpwindow.cpp</a>.
-<h3 class=fn>void <a name="highlighted"></a>TQTextBrowser::highlighted ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;link )<tt> [signal]</tt>
+<h3 class=fn>void <a name="highlighted"></a>TQTextBrowser::highlighted ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;link )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user has selected but not
activated a link in the document. <em>link</em> is the value of the <tt>href</tt> i.e. the name of the target document.
@@ -186,7 +186,7 @@ The event <em>e</em> is used to provide the following keyboard shortcuts:
</table></center>
<p>Reimplemented from <a href="ntqtextedit.html#keyPressEvent">TQTextEdit</a>.
-<h3 class=fn>void <a name="linkClicked"></a>TQTextBrowser::linkClicked ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;link )<tt> [signal]</tt>
+<h3 class=fn>void <a name="linkClicked"></a>TQTextBrowser::linkClicked ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;link )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user clicks a link. The <em>link</em> is
@@ -200,13 +200,13 @@ the document.
</h3>
Reloads the current set source.
-<h3 class=fn>void <a name="setSource"></a>TQTextBrowser::setSource ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setSource"></a>TQTextBrowser::setSource ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )<tt> [virtual slot]</tt>
</h3><p>Sets the name of the displayed document to <em>name</em>.
See the <a href="ntqtextbrowser.html#source-prop">"source"</a> property for details.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="source"></a>TQTextBrowser::source () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="source"></a>TQTextBrowser::source () const
</h3><p>Returns the name of the displayed document.
See the <a href="ntqtextbrowser.html#source-prop">"source"</a> property for details.
-<h3 class=fn>void <a name="sourceChanged"></a>TQTextBrowser::sourceChanged ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;src )<tt> [signal]</tt>
+<h3 class=fn>void <a name="sourceChanged"></a>TQTextBrowser::sourceChanged ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;src )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the mime source has changed, <em>src</em>
@@ -226,9 +226,9 @@ clicks on links or presses the equivalent key sequences.
<p><h3 class=fn>bool <a name="readOnly-prop"></a>readOnly</h3>
<p>This property holds whether the contents are read only.
<p>
-<p><h3 class=fn><a href="ntqstring.html">TQString</a> <a name="source-prop"></a>source</h3>
+<p><h3 class=fn><a href="tqstring.html">TQString</a> <a name="source-prop"></a>source</h3>
<p>This property holds the name of the displayed document.
-<p>This is a <a href="ntqstring.html#TQString-null">TQString::null</a> if no document is displayed or if the
+<p>This is a <a href="tqstring.html#TQString-null">TQString::null</a> if no document is displayed or if the
source is unknown.
<p> Setting this property uses the <a href="ntqtextedit.html#mimeSourceFactory">mimeSourceFactory</a>() to lookup the
named document. It also checks for optional anchors and scrolls