diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-24 20:14:25 +0900 |
commit | d73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch) | |
tree | e2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqmetaobject.3qt | |
parent | eb42871e999672a8fad5793733c58be05928c8ea (diff) | |
download | tqt-r14.1.1.tar.gz tqt-r14.1.1.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/man/man3/tqmetaobject.3qt')
-rw-r--r-- | doc/man/man3/tqmetaobject.3qt | 6 |
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(). |