summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlpropertymap.html
diff options
context:
space:
mode:
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 9e351e40..b762a25e 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.