summaryrefslogtreecommitdiffstats
path: root/doc/html/tqeditorfactory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqeditorfactory.html')
-rw-r--r--doc/html/tqeditorfactory.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqeditorfactory.html b/doc/html/tqeditorfactory.html
index 1658a4bb0..6e7e62c1d 100644
--- a/doc/html/tqeditorfactory.html
+++ b/doc/html/tqeditorfactory.html
@@ -53,7 +53,7 @@ for TQVariant data types.
The TQEditorFactory class is used to create editor widgets
-for <a href="ntqvariant.html">TQVariant</a> data types.
+for <a href="tqvariant.html">TQVariant</a> data types.
<p>
<p> Each editor factory provides the <a href="#createEditor">createEditor</a>() function which
@@ -75,9 +75,9 @@ 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="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 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="tqvariant.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>.
+Creates and returns the appropriate editor for the <a href="tqvariant.html">TQVariant</a> <em>v</em>.
If the TQVariant is invalid, 0 is returned. The <em>parent</em> is passed
to the appropriate editor's constructor.