diff options
Diffstat (limited to 'doc/html/ntqsqlpropertymap.html')
-rw-r--r-- | doc/html/ntqsqlpropertymap.html | 2 |
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 <a href="ntqstring.html">TQString</a> & classname, const <a href="ntqstring.html">TQString</a> & 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> * map )<tt> [static]</tt> |