diff options
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> |