summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqmetaobject.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/ntqmetaobject.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/ntqmetaobject.html')
-rw-r--r--doc/html/ntqmetaobject.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqmetaobject.html b/doc/html/ntqmetaobject.html
index 815d1261..ee5f0f87 100644
--- a/doc/html/ntqmetaobject.html
+++ b/doc/html/ntqmetaobject.html
@@ -144,18 +144,18 @@ or 0 if no such property exists.
<p> If <em>super</em> is TRUE, inherited properties are included.
<p> <p>See also <a href="#propertyNames">propertyNames</a>().
-<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="propertyNames"></a>TQMetaObject::propertyNames ( bool&nbsp;super = FALSE ) const
+<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="propertyNames"></a>TQMetaObject::propertyNames ( bool&nbsp;super = FALSE ) const
</h3>
Returns a list with the names of all this class's properties.
<p> If <em>super</em> is TRUE, inherited properties are included.
<p> <p>See also <a href="#property">property</a>().
-<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="signalNames"></a>TQMetaObject::signalNames ( bool&nbsp;super = FALSE ) const
+<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="signalNames"></a>TQMetaObject::signalNames ( bool&nbsp;super = FALSE ) const
</h3>
Returns a list with the names of all this class's signals.
<p> If <em>super</em> is TRUE, inherited signals are included.
-<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="slotNames"></a>TQMetaObject::slotNames ( bool&nbsp;super = FALSE ) const
+<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="slotNames"></a>TQMetaObject::slotNames ( bool&nbsp;super = FALSE ) const
</h3>
Returns a list with the names of all this class's slots.
<p> If <em>super</em> is TRUE, inherited slots are included.