summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/propertydocs
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index c1defe373..a79766127 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -2750,26 +2750,26 @@ empty editor this method returns 1.
</property>
<property>
<name>TQObject::name</name>
- <doc href="ntqobject.html#name-prop">
+ <doc href="tqobject.html#name-prop">
&lt;p&gt;This property holds the name of this object.
-&lt;p&gt;You can find an object by name (and type) using &lt;a href="ntqobject.html#child"&gt;child&lt;/a&gt;(). You can
-find a set of objects with &lt;a href="ntqobject.html#queryList"&gt;queryList&lt;/a&gt;().
-&lt;p&gt; The object name is set by the constructor or by the &lt;a href="ntqobject.html#setName"&gt;setName&lt;/a&gt;()
+&lt;p&gt;You can find an object by name (and type) using &lt;a href="tqobject.html#child"&gt;child&lt;/a&gt;(). You can
+find a set of objects with &lt;a href="tqobject.html#queryList"&gt;queryList&lt;/a&gt;().
+&lt;p&gt; The object name is set by the constructor or by the &lt;a href="tqobject.html#setName"&gt;setName&lt;/a&gt;()
function. The object name is not very useful in the current
version of Qt, but will become increasingly important in the
future.
-&lt;p&gt; If the object does not have a name, the &lt;a href="ntqobject.html#name"&gt;name&lt;/a&gt;() function returns
+&lt;p&gt; If the object does not have a name, the &lt;a href="tqobject.html#name"&gt;name&lt;/a&gt;() function returns
"unnamed", so printf() (used in &lt;a href="ntqapplication.html#qDebug"&gt;qDebug&lt;/a&gt;()) will not be asked to
output a null pointer. If you want a null pointer to be returned
for unnamed objects, you can call name( 0 ).
&lt;p&gt; &lt;pre&gt;
&lt;a href="ntqapplication.html#qDebug"&gt;qDebug&lt;/a&gt;( "MyClass::setPrecision(): (%s) invalid precision %f",
- &lt;a href="ntqobject.html#name"&gt;name&lt;/a&gt;(), newPrecision );
+ &lt;a href="tqobject.html#name"&gt;name&lt;/a&gt;(), newPrecision );
&lt;/pre&gt;
-&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqobject.html#className"&gt;className&lt;/a&gt;(), &lt;a href="ntqobject.html#child"&gt;child&lt;/a&gt;(), and &lt;a href="ntqobject.html#queryList"&gt;queryList&lt;/a&gt;().
+&lt;p&gt; &lt;p&gt;See also &lt;a href="tqobject.html#className"&gt;className&lt;/a&gt;(), &lt;a href="tqobject.html#child"&gt;child&lt;/a&gt;(), and &lt;a href="tqobject.html#queryList"&gt;queryList&lt;/a&gt;().
-&lt;p&gt;Set this property's value with &lt;a href="ntqobject.html#setName"&gt;setName&lt;/a&gt;() and get this property's value with &lt;a href="ntqobject.html#name"&gt;name&lt;/a&gt;().
+&lt;p&gt;Set this property's value with &lt;a href="tqobject.html#setName"&gt;setName&lt;/a&gt;() and get this property's value with &lt;a href="tqobject.html#name"&gt;name&lt;/a&gt;().
</doc>
</property>
<property>