summaryrefslogtreecommitdiffstats
path: root/parts/appwizard/common/kde-index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'parts/appwizard/common/kde-index.docbook')
-rw-r--r--parts/appwizard/common/kde-index.docbook10
1 files changed, 5 insertions, 5 deletions
diff --git a/parts/appwizard/common/kde-index.docbook b/parts/appwizard/common/kde-index.docbook
index b84a9430..c79adfeb 100644
--- a/parts/appwizard/common/kde-index.docbook
+++ b/parts/appwizard/common/kde-index.docbook
@@ -265,7 +265,7 @@ taken from that reference and shortened a bit for readability. -->
<refnamediv>
<refname>XtUnmanageChildren
</refname>
-<refpurpose>remove a list of tqchildren from a tqparent widget's managed
+<refpurpose>remove a list of tqchildren from a parent widget's managed
list.
<indexterm id="ix-1007-unmanagetqchildren-1"><primary>widgets</primary><secondary>removing</secondary></indexterm>
<indexterm id="ix-1007-unmanagetqchildren-2"><primary>XtUnmanageChildren</primary></indexterm>
@@ -309,13 +309,13 @@ class RectObj or any subclass thereof.
<title>Description
</title>
<para><function>XtUnmanageChildren()</function> unmaps the specified widgets
-and removes them from their tqparent's tqgeometry management.
+and removes them from their parent's tqgeometry management.
The widgets will disappear from the screen, and (depending
-on its tqparent) may no longer have screen space allocated for
+on its parent) may no longer have screen space allocated for
them.
</para>
<para>Each of the widgets in the <replaceable class="parameter">tqchildren</replaceable> array must have
-the same tqparent.
+the same parent.
</para>
<para>See the &ldquo;Algorithm&rdquo; section below for full details of the
widget unmanagement procedure.
@@ -340,7 +340,7 @@ often more convenient to call <function>XtUnmanageChild()</function>
several times than it is to declare and initialize an array
of widgets to pass to <function>XtUnmanageChildren()</function>. Calling
<function>XtUnmanageChildren()</function> is more efficient, however,
-because it only calls the tqparent's <function>change_managed()</function>
+because it only calls the parent's <function>change_managed()</function>
method once.
</para>
</refsect1>