diff options
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqaccessible.cpp')
-rw-r--r-- | tqtinterface/qt4/src/kernel/tqaccessible.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqaccessible.cpp b/tqtinterface/qt4/src/kernel/tqaccessible.cpp index 8d7e588..118e1c1 100644 --- a/tqtinterface/qt4/src/kernel/tqaccessible.cpp +++ b/tqtinterface/qt4/src/kernel/tqaccessible.cpp @@ -362,7 +362,7 @@ void AccessibleCache::removeObject(TQObject *object) The function uses the \link TQObject::className() classname \endlink of \a object to find a suitable implementation. If no implementation for the object's class is available the function - tries to find an implementation for the object's tqparent class. + tries to find an implementation for the object's parent class. This function is called to answer an accessibility client's request for object information. You should never need to call this @@ -466,7 +466,7 @@ bool TQAccessible::isActive() \fn TQRESULT TQAccessibleInterface::queryParent( TQAccessibleInterface **iface ) const Sets \a iface to point to the implementation of the - TQAccessibleInterface for the tqparent object, or to 0 if there is + TQAccessibleInterface for the parent object, or to 0 if there is no such implementation or object. All objects provide this information. |