summaryrefslogtreecommitdiffstats
path: root/doc/html/tqeditorfactory.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqeditorfactory.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt-6f57abfc.tar.gz
tqt-6f57abfc.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.