summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmetaobject.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqmetaobject.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 65f7d064e..714ddefc1 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().