summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmetaobject.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmetaobject.3qt')
-rw-r--r--doc/man/man3/tqmetaobject.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqmetaobject.3qt b/doc/man/man3/tqmetaobject.3qt
index 65f7d064..714ddefc 100644
--- a/doc/man/man3/tqmetaobject.3qt
+++ b/doc/man/man3/tqmetaobject.3qt
@@ -70,7 +70,7 @@ className() to get the name of a class.
.TP
superClassName() to get the name of the superclass.
.TP
-inherits(), the function called by QObject::inherits().
+inherits(), the function called by TQObject::inherits().
.TP
superClass() to access the superclass's meta object.
.TP
@@ -96,7 +96,7 @@ If \fIsuper\fR is TRUE, inherited class information is included.
.SH "const char * QMetaObject::className () const"
Returns the class name.
.PP
-See also QObject::className() and superClassName().
+See also TQObject::className() and superClassName().
.SH "int QMetaObject::findProperty ( const char * name, bool super = FALSE ) const"
Returns the index for the property with name \fIname\fR or -1 if no such property exists.
.PP
@@ -154,7 +154,7 @@ See also numSlots().
.SH "QMetaObject * QMetaObject::superClass () const"
Returns the meta object of the super class or 0 if there is no such object.
.SH "const char * QMetaObject::superClassName () const"
-Returns the class name of the superclass or 0 if there is no superclass in the QObject hierachy.
+Returns the class name of the superclass or 0 if there is no superclass in the TQObject hierachy.
.PP
See also className().