summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlpropertymap.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqsqlpropertymap.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
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 9e351e40b..b762a25e6 100644
--- a/doc/html/tqsqlpropertymap.html
+++ b/doc/html/tqsqlpropertymap.html
@@ -161,7 +161,7 @@ necessary.
</h3>
Returns the application global TQSqlPropertyMap.
-<h3 class=fn>void <a name="insert"></a>TQSqlPropertyMap::insert ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;classname, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;property )
+<h3 class=fn>void <a name="insert"></a>TQSqlPropertyMap::insert ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;classname, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;property )
</h3>
Insert a new classname/property pair, which is used for custom SQL
field editors. There <em>must</em> be a <tt>TQ_PROPERTY</tt> clause in the <em>classname</em> class declaration for the <em>property</em>.
@@ -178,7 +178,7 @@ inserting and extracting values to and from editors.
</h3>
Returns the mapped property of <em>widget</em> as a <a href="ntqvariant.html">TQVariant</a>.
-<h3 class=fn>void <a name="remove"></a>TQSqlPropertyMap::remove ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;classname )
+<h3 class=fn>void <a name="remove"></a>TQSqlPropertyMap::remove ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;classname )
</h3>
Removes <em>classname</em> from the map.