From d296f1d337dabfeae5191955fdadb874965dbbe9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 10 Aug 2011 12:13:27 -0500 Subject: rename the following methods: tqparent parent tqmask mask --- tqtinterface/qt4/src/kernel/tqaccessible.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tqtinterface/qt4/src/kernel/tqaccessible.cpp') 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. -- cgit v1.2.1