summaryrefslogtreecommitdiffstats
path: root/doc/html/tqeditorfactory.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/tqeditorfactory.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqeditorfactory.html')
-rw-r--r--doc/html/tqeditorfactory.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqeditorfactory.html b/doc/html/tqeditorfactory.html
index 4e0732c35..1f7144946 100644
--- a/doc/html/tqeditorfactory.html
+++ b/doc/html/tqeditorfactory.html
@@ -57,7 +57,7 @@ for <a href="ntqvariant.html">TQVariant</a> data types.
<p>
<p> Each editor factory provides the <a href="#createEditor">createEditor</a>() function which
-given a TQVariant will create and return a <a href="ntqwidget.html">TQWidget</a> that can edit
+given a TQVariant will create and return a <a href="tqwidget.html">TQWidget</a> that can edit
that TQVariant. For example if you have a TQVariant::String type, a
<a href="ntqlineedit.html">TQLineEdit</a> would be the default editor returned, whereas a
TQVariant::Int's default editor would be a <a href="ntqspinbox.html">TQSpinBox</a>.
@@ -75,7 +75,7 @@ Constructs an editor factory with parent <em>parent</em>, called <em>name</em>.
</h3>
Destroys the object and frees any allocated resources.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="createEditor"></a>TQEditorFactory::createEditor ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;v )<tt> [virtual]</tt>
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="createEditor"></a>TQEditorFactory::createEditor ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;v )<tt> [virtual]</tt>
</h3>
Creates and returns the appropriate editor for the <a href="ntqvariant.html">TQVariant</a> <em>v</em>.
If the TQVariant is invalid, 0 is returned. The <em>parent</em> is passed