summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlpropertymap.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/tqsqlpropertymap.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsqlpropertymap.html')
-rw-r--r--doc/html/tqsqlpropertymap.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqsqlpropertymap.html b/doc/html/tqsqlpropertymap.html
index bd2c0771e..9e351e40b 100644
--- a/doc/html/tqsqlpropertymap.html
+++ b/doc/html/tqsqlpropertymap.html
@@ -174,7 +174,7 @@ Replaces the global default property map with <em>map</em>. All
inserting and extracting values to and from editors.
<em>TQSqlPropertyMap takes ownership of &#92;a map, and destroys it when it is no longer needed.</em>
-<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="property"></a>TQSqlPropertyMap::property ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )
+<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="property"></a>TQSqlPropertyMap::property ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )
</h3>
Returns the mapped property of <em>widget</em> as a <a href="ntqvariant.html">TQVariant</a>.
@@ -182,7 +182,7 @@ Returns the mapped property of <em>widget</em> as a <a href="ntqvariant.html">TQ
</h3>
Removes <em>classname</em> from the map.
-<h3 class=fn>void <a name="setProperty"></a>TQSqlPropertyMap::setProperty ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;value )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setProperty"></a>TQSqlPropertyMap::setProperty ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;value )<tt> [virtual]</tt>
</h3>
Sets the property of <em>widget</em> to <em>value</em>.