summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/mboxlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mimelib/mboxlist.h')
-rw-r--r--mimelib/mimelib/mboxlist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mimelib/mimelib/mboxlist.h b/mimelib/mimelib/mboxlist.h
index 8d6f59c9..3cfe1c6d 100644
--- a/mimelib/mimelib/mboxlist.h
+++ b/mimelib/mimelib/mboxlist.h
@@ -60,14 +60,14 @@ public:
DwMailboxList(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwMailboxList} 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 copies the
//. string representation and all {\tt DwMailbox} objects from {\tt aList}.
- //. The tqparent of the new {\tt DwMailboxList} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwMailboxList} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwMailboxList}
- //. 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
@@ -77,7 +77,7 @@ public:
const DwMailboxList& operator = (const DwMailboxList& aList);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aList}. The tqparent node of the {\tt DwMailboxList} object
+ //. {\tt aList}. The parent node of the {\tt DwMailboxList} object
//. is not changed.
virtual void Parse();