summaryrefslogtreecommitdiffstats
path: root/mimelib/doc/addrlist.html
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/doc/addrlist.html')
-rw-r--r--mimelib/doc/addrlist.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/mimelib/doc/addrlist.html b/mimelib/doc/addrlist.html
index 20a588d1..d3a563ee 100644
--- a/mimelib/doc/addrlist.html
+++ b/mimelib/doc/addrlist.html
@@ -69,16 +69,16 @@ DwAddressList(const DwString& aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwAddressList</TT></B> object's string representation to the empty
-string and sets its tqparent to <B><TT>NULL</TT></B>.
+string and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which copies the string
representation and all <B><TT>DwAddress</TT></B> objects from
-<B><TT>aList</TT></B>. The tqparent of the new
+<B><TT>aList</TT></B>. The parent of the new
<B><TT>DwAddressList</TT></B> object is set to <B><TT>NULL</TT></B>.
<P>
The third constructor copies <B><TT>aStr</TT></B> to the
<B><TT>DwAddressList</TT></B> object's string representation and sets
-<B><TT>aParent</TT></B> as its tqparent. The virtual member function
+<B><TT>aParent</TT></B> as its parent. The virtual member function
<B><TT>Parse()</TT></B> should be called immediately after this constructor
in order to parse the string representation. Unless it is
<B><TT>NULL</TT></B>, <B><TT>aParent</TT></B> should point to an object of
@@ -88,7 +88,7 @@ a class derived from <B><TT>DwField</TT></B>.
=</A> (const DwAddressList&amp; aList) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aList</TT></B>. The tqparent node of the
+<B><TT>aList</TT></B>. The parent node of the
<B><TT>DwAddressList</TT></B> object is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>