summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlineedit.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqlineedit.html')
-rw-r--r--doc/html/ntqlineedit.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/ntqlineedit.html b/doc/html/ntqlineedit.html
index 1fbd6ad74..8aafddf5e 100644
--- a/doc/html/ntqlineedit.html
+++ b/doc/html/ntqlineedit.html
@@ -217,31 +217,31 @@ actually entered.
</ul><p> <p>See also <a href="#echoMode-prop">echoMode</a> and <a href="#echoMode-prop">echoMode</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQLineEdit"></a>TQLineEdit::TQLineEdit ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQLineEdit"></a>TQLineEdit::TQLineEdit ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a line edit with no text.
<p> The maximum text length is set to 32767 characters.
-<p> The <em>parent</em> and <em>name</em> arguments are sent to the <a href="ntqwidget.html">TQWidget</a> constructor.
+<p> The <em>parent</em> and <em>name</em> arguments are sent to the <a href="tqwidget.html">TQWidget</a> constructor.
<p> <p>See also <a href="#text-prop">text</a> and <a href="#maxLength-prop">maxLength</a>.
-<h3 class=fn><a name="TQLineEdit-2"></a>TQLineEdit::TQLineEdit ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;contents, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQLineEdit-2"></a>TQLineEdit::TQLineEdit ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;contents, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a line edit containing the text <em>contents</em>.
<p> The cursor position is set to the end of the line and the maximum
text length to 32767 characters.
-<p> The <em>parent</em> and <em>name</em> arguments are sent to the <a href="ntqwidget.html">TQWidget</a>
+<p> The <em>parent</em> and <em>name</em> arguments are sent to the <a href="tqwidget.html">TQWidget</a>
constructor.
<p> <p>See also <a href="#text-prop">text</a> and <a href="#maxLength-prop">maxLength</a>.
-<h3 class=fn><a name="TQLineEdit-3"></a>TQLineEdit::TQLineEdit ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;contents, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;inputMask, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQLineEdit-3"></a>TQLineEdit::TQLineEdit ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;contents, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;inputMask, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a line edit with an input <em>inputMask</em> and the text <em>contents</em>.
<p> The cursor position is set to the end of the line and the maximum
text length is set to the length of the mask (the number of mask
characters and separators).
-<p> The <em>parent</em> and <em>name</em> arguments are sent to the <a href="ntqwidget.html">TQWidget</a>
+<p> The <em>parent</em> and <em>name</em> arguments are sent to the <a href="tqwidget.html">TQWidget</a>
constructor.
-<p> <p>See also <a href="ntqwidget.html#setMask">setMask</a>() and <a href="#text-prop">text</a>.
+<p> <p>See also <a href="tqwidget.html#setMask">setMask</a>() and <a href="#text-prop">text</a>.
<h3 class=fn><a name="~TQLineEdit"></a>TQLineEdit::~TQLineEdit ()
</h3>
@@ -407,12 +407,12 @@ validator), the signal <a href="#returnPressed">returnPressed</a>() is emitted.
<p> The default key bindings are listed in the <a href="#desc">detailed
description.</a>
-<p>Reimplemented from <a href="ntqwidget.html#keyPressEvent">TQWidget</a>.
+<p>Reimplemented from <a href="tqwidget.html#keyPressEvent">TQWidget</a>.
<h3 class=fn>void <a name="lostFocus"></a>TQLineEdit::lostFocus ()<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the line edit has lost focus.
-<p> <p>See also <a href="ntqwidget.html#focus-prop">focus</a>, <a href="ntqwidget.html#focusInEvent">TQWidget::focusInEvent</a>(), and <a href="ntqwidget.html#focusOutEvent">TQWidget::focusOutEvent</a>().
+<p> <p>See also <a href="tqwidget.html#focus-prop">focus</a>, <a href="tqwidget.html#focusInEvent">TQWidget::focusInEvent</a>(), and <a href="tqwidget.html#focusOutEvent">TQWidget::focusOutEvent</a>().
<h3 class=fn>int <a name="maxLength"></a>TQLineEdit::maxLength () const
</h3><p>Returns the maximum permitted length of the text.
@@ -422,7 +422,7 @@ See the <a href="ntqlineedit.html#maxLength-prop">"maxLength"</a> property for d
Returns a minimum size for the line edit.
<p> The width returned is enough for at least one character.
-<p>Reimplemented from <a href="ntqwidget.html#minimumSizeHint">TQWidget</a>.
+<p>Reimplemented from <a href="tqwidget.html#minimumSizeHint">TQWidget</a>.
<h3 class=fn>void <a name="paste"></a>TQLineEdit::paste ()<tt> [virtual slot]</tt>
</h3>
Inserts the clipboard's text at the cursor position, deleting any
@@ -624,7 +624,7 @@ arguments.
<tr bgcolor="#f0f0f0"> <td valign="top"><tt>N</tt> <td valign="top">ASCII alphanumeric character required. A-Z, a-z, 0-9.
<tr bgcolor="#d0d0d0"> <td valign="top"><tt>n</tt> <td valign="top">ASCII alphanumeric character permitted but not required.
<tr bgcolor="#f0f0f0"> <td valign="top"><tt>X</tt> <td valign="top">Any character required.
-<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqwidget.html#x-prop">x</a> <td valign="top">Any character permitted but not required.
+<tr bgcolor="#d0d0d0"> <td valign="top"><a href="tqwidget.html#x-prop">x</a> <td valign="top">Any character permitted but not required.
<tr bgcolor="#f0f0f0"> <td valign="top"><tt>9</tt> <td valign="top">ASCII digit required. 0-9.
<tr bgcolor="#d0d0d0"> <td valign="top"><tt>0</tt> <td valign="top">ASCII digit permitted but not required.
<tr bgcolor="#f0f0f0"> <td valign="top"><tt>D</tt> <td valign="top">ASCII digit required. 1-9.
@@ -687,7 +687,7 @@ FALSE.
clipboard or drag-and-drop the text (if <a href="#echoMode">echoMode</a>() is <a href="#EchoMode-enum">Normal</a>),
but cannot edit it.
<p> TQLineEdit does not show a cursor in read-only mode.
-<p> <p>See also <a href="ntqwidget.html#enabled-prop">enabled</a>.
+<p> <p>See also <a href="tqwidget.html#enabled-prop">enabled</a>.
<p>Set this property's value with <a href="#setReadOnly">setReadOnly</a>() and get this property's value with <a href="#isReadOnly">isReadOnly</a>().
<h3 class=fn>bool <a name="redoAvailable-prop"></a>redoAvailable</h3>