diff options
Diffstat (limited to 'doc/html/ntqmetaobject.html')
-rw-r--r-- | doc/html/ntqmetaobject.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqmetaobject.html b/doc/html/ntqmetaobject.html index b693c5c6a..815d1261c 100644 --- a/doc/html/ntqmetaobject.html +++ b/doc/html/ntqmetaobject.html @@ -68,7 +68,7 @@ GUI builders, you might find these functions useful: <ul> <li> <a href="#className">className</a>() to get the name of a class. <li> <a href="#superClassName">superClassName</a>() to get the name of the superclass. -<li> <a href="#inherits">inherits</a>(), the function called by <a href="ntqobject.html#inherits">TQObject::inherits</a>(). +<li> <a href="#inherits">inherits</a>(), the function called by <a href="tqobject.html#inherits">TQObject::inherits</a>(). <li> <a href="#superClass">superClass</a>() to access the superclass's <a href="metaobjects.html#meta-object">meta object</a>. <li> <a href="#numSlots">numSlots</a>(), <a href="#numSignals">numSignals</a>(), <a href="#slotNames">slotNames</a>(), and <a href="#signalNames">signalNames</a>() to get information about a class's signals and slots. @@ -99,7 +99,7 @@ information exists. </h3> <p> Returns the class name. -<p> <p>See also <a href="ntqobject.html#className">TQObject::className</a>() and <a href="#superClassName">superClassName</a>(). +<p> <p>See also <a href="tqobject.html#className">TQObject::className</a>() and <a href="#superClassName">superClassName</a>(). <h3 class=fn>int <a name="findProperty"></a>TQMetaObject::findProperty ( const char * name, bool super = FALSE ) const </h3> @@ -171,7 +171,7 @@ such object. </h3> <p> Returns the class name of the superclass or 0 if there is no -superclass in the <a href="ntqobject.html">TQObject</a> hierachy. +superclass in the <a href="tqobject.html">TQObject</a> hierachy. <p> <p>See also <a href="#className">className</a>(). <!-- eof --> |