summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mimelib/group.h')
-rw-r--r--mimelib/mimelib/group.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/mimelib/mimelib/group.h b/mimelib/mimelib/group.h
index 06600af2..e823500f 100644
--- a/mimelib/mimelib/group.h
+++ b/mimelib/mimelib/group.h
@@ -52,8 +52,8 @@
//. and a {\tt DwMailboxList} object for the list of mailboxes.
//.
//. In the tree (broken-down) representation of message, a {\tt DwGroup}
-//. object may be only an intermediate node, having both a tqparent and a single
-//. child node. Its tqparent node must be a {\tt DwField} or a
+//. object may be only an intermediate node, having both a parent and a single
+//. child node. Its parent node must be a {\tt DwField} or a
//. {\tt DwAddressList}. Its child is a {\tt DwMailboxList}.
//.
//. A {\tt DwGroup} is a {\tt DwAddress}, and therefore it can be included
@@ -74,14 +74,14 @@ public:
DwGroup(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwGroup} object's string representation to the empty string
- //. and sets its tqparent to {\tt NULL}.
+ //. and sets its parent to {\tt NULL}.
//.
//. The second constructor is the copy constructor, which performs
//. a deep copy of {\tt aGroup}.
- //. The tqparent of the new {\tt DwGroup} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwGroup} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwGroup}
- //. object's string representation and sets {\tt aParent} as its tqparent.
+ //. object's string representation and sets {\tt aParent} as its parent.
//. The virtual member function {\tt Parse()} should be called immediately
//. after this constructor in order to parse the string representation.
//. Unless it is {\tt NULL}, {\tt aParent} should point to an object of
@@ -91,7 +91,7 @@ public:
const DwGroup& operator = (const DwGroup& aGroup);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aGroup}. The tqparent node of the {\tt DwGroup} object
+ //. {\tt aGroup}. The parent node of the {\tt DwGroup} object
//. is not changed.
virtual void Parse();