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/ntqmetaobject.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt-04913ce7.tar.gz tqt-04913ce7.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 --> |