diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqsqlpropertymap.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-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.html | 4 |
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 <a href="ntqstring.html">TQString</a> & classname, const <a href="ntqstring.html">TQString</a> & property ) +<h3 class=fn>void <a name="insert"></a>TQSqlPropertyMap::insert ( const <a href="tqstring.html">TQString</a> & classname, const <a href="tqstring.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>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 <a href="ntqstring.html">TQString</a> & classname ) +<h3 class=fn>void <a name="remove"></a>TQSqlPropertyMap::remove ( const <a href="tqstring.html">TQString</a> & classname ) </h3> Removes <em>classname</em> from the map. |