summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/kernel/tqaccessible.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/kernel/tqaccessible.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/kernel/tqaccessible.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/kernel/tqaccessible.cpp b/experimental/tqtinterface/qt4/src/kernel/tqaccessible.cpp
index 8d7e588a2..118e1c10c 100644
--- a/experimental/tqtinterface/qt4/src/kernel/tqaccessible.cpp
+++ b/experimental/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.