diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/propertydocs | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-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/propertydocs | 16 |
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"> <p>This property holds the name of this object. -<p>You can find an object by name (and type) using <a href="ntqobject.html#child">child</a>(). You can -find a set of objects with <a href="ntqobject.html#queryList">queryList</a>(). -<p> The object name is set by the constructor or by the <a href="ntqobject.html#setName">setName</a>() +<p>You can find an object by name (and type) using <a href="tqobject.html#child">child</a>(). You can +find a set of objects with <a href="tqobject.html#queryList">queryList</a>(). +<p> The object name is set by the constructor or by the <a href="tqobject.html#setName">setName</a>() function. The object name is not very useful in the current version of Qt, but will become increasingly important in the future. -<p> If the object does not have a name, the <a href="ntqobject.html#name">name</a>() function returns +<p> If the object does not have a name, the <a href="tqobject.html#name">name</a>() function returns "unnamed", so printf() (used in <a href="ntqapplication.html#qDebug">qDebug</a>()) 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 ). <p> <pre> <a href="ntqapplication.html#qDebug">qDebug</a>( "MyClass::setPrecision(): (%s) invalid precision %f", - <a href="ntqobject.html#name">name</a>(), newPrecision ); + <a href="tqobject.html#name">name</a>(), newPrecision ); </pre> -<p> <p>See also <a href="ntqobject.html#className">className</a>(), <a href="ntqobject.html#child">child</a>(), and <a href="ntqobject.html#queryList">queryList</a>(). +<p> <p>See also <a href="tqobject.html#className">className</a>(), <a href="tqobject.html#child">child</a>(), and <a href="tqobject.html#queryList">queryList</a>(). -<p>Set this property's value with <a href="ntqobject.html#setName">setName</a>() and get this property's value with <a href="ntqobject.html#name">name</a>(). +<p>Set this property's value with <a href="tqobject.html#setName">setName</a>() and get this property's value with <a href="tqobject.html#name">name</a>(). </doc> </property> <property> |