summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsqlpropertymap.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsqlpropertymap.html')
-rw-r--r--doc/html/ntqsqlpropertymap.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqsqlpropertymap.html b/doc/html/ntqsqlpropertymap.html
index 76a6bdbee..4f2b65864 100644
--- a/doc/html/ntqsqlpropertymap.html
+++ b/doc/html/ntqsqlpropertymap.html
@@ -164,7 +164,7 @@ 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>
Insert a new classname/property pair, which is used for custom SQL
-field editors. There <em>must</em> be a <tt>Q_PROPERTY</tt> clause in the <em>classname</em> class declaration for the <em>property</em>.
+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>.
<p>Example: <a href="sql.html#x2239">sql/overview/custom1/main.cpp</a>.
<h3 class=fn>void <a name="installDefaultMap"></a>TQSqlPropertyMap::installDefaultMap ( <a href="ntqsqlpropertymap.html">TQSqlPropertyMap</a>&nbsp;*&nbsp;map )<tt> [static]</tt>