summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqmultilineedit.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqmultilineedit.html')
-rw-r--r--doc/html/ntqmultilineedit.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqmultilineedit.html b/doc/html/ntqmultilineedit.html
index c00e10ef..81fdce9c 100644
--- a/doc/html/ntqmultilineedit.html
+++ b/doc/html/ntqmultilineedit.html
@@ -211,18 +211,18 @@ TRUE, text is selected toward the first position. If it is FALSE and the
cursor is moved, all selected text is unselected.
<p> <p>See also <a href="#end">end</a>().
-<h3 class=fn>void <a name="insertAndMark"></a>TQMultiLineEdit::insertAndMark ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;str, bool&nbsp;mark )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="insertAndMark"></a>TQMultiLineEdit::insertAndMark ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;str, bool&nbsp;mark )<tt> [virtual protected]</tt>
</h3> Inserts <em>str</em> at the current cursor position and selects the
text if <em>mark</em> is TRUE.
-<h3 class=fn>void <a name="insertAt"></a>TQMultiLineEdit::insertAt ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;line, int&nbsp;col, bool&nbsp;mark )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="insertAt"></a>TQMultiLineEdit::insertAt ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;line, int&nbsp;col, bool&nbsp;mark )<tt> [virtual]</tt>
</h3> Inserts string <em>s</em> at paragraph number <em>line</em>, after character
number <em>col</em> in the paragraph. If <em>s</em> contains newline
characters, new lines are inserted.
If <em>mark</em> is TRUE the inserted string will be selected.
<p> The cursor position is adjusted.
-<h3 class=fn>void <a name="insertLine"></a>TQMultiLineEdit::insertLine ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;txt, int&nbsp;line = -1 )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="insertLine"></a>TQMultiLineEdit::insertLine ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;txt, int&nbsp;line = -1 )<tt> [virtual]</tt>
</h3> Inserts <em>txt</em> at paragraph number <em>line</em>. If <em>line</em> is less
than zero, or larger than the number of paragraphs, the new text is
put at the end. If <em>txt</em> contains newline characters, several
@@ -237,7 +237,7 @@ line. (Note that this function still operates on lines, not paragraphs.)
</h3> Returns the number of characters at paragraph number <em>row</em>. If
<em>row</em> is out of range, -1 is returned.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="markedText"></a>TQMultiLineEdit::markedText () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="markedText"></a>TQMultiLineEdit::markedText () const
</h3>
Returns a copy of the selected text.
@@ -290,9 +290,9 @@ See the <a href="ntqmultilineedit.html#edited-prop">"edited"</a> property for de
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p>
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="textLine"></a>TQMultiLineEdit::textLine ( int&nbsp;line ) const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="textLine"></a>TQMultiLineEdit::textLine ( int&nbsp;line ) const
</h3> Returns the text at line number <em>line</em> (possibly the empty
-string), or a <a href="ntqstring.html#operator!">null string</a> if <em>line</em> is invalid.
+string), or a <a href="tqstring.html#operator!">null string</a> if <em>line</em> is invalid.
<p>Example: <a href="qwerty-example.html#x377">qwerty/qwerty.cpp</a>.
<h3 class=fn>int <a name="totalHeight"></a>TQMultiLineEdit::totalHeight () const