summaryrefslogtreecommitdiffstats
path: root/mimelib
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit36a36a5c1015aa0d03f4515c401e907ddb9d6291 (patch)
tree0212ba6d2c749043134005a41f2bd0379619d40f /mimelib
parent4c6f8d69e2d1501837affb472c4eb8fec4462240 (diff)
downloadtdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.tar.gz
tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mimelib')
-rw-r--r--mimelib/Tutorial4
-rw-r--r--mimelib/doc/address.html8
-rw-r--r--mimelib/doc/addrlist.html8
-rw-r--r--mimelib/doc/body.html14
-rw-r--r--mimelib/doc/bodypart.html8
-rw-r--r--mimelib/doc/datetime.html6
-rw-r--r--mimelib/doc/disptype.html10
-rw-r--r--mimelib/doc/entity.html12
-rw-r--r--mimelib/doc/field.html14
-rw-r--r--mimelib/doc/fieldbdy.html14
-rw-r--r--mimelib/doc/group.html10
-rw-r--r--mimelib/doc/headers.html12
-rw-r--r--mimelib/doc/mailbox.html12
-rw-r--r--mimelib/doc/mboxlist.html8
-rw-r--r--mimelib/doc/mechansm.html10
-rw-r--r--mimelib/doc/mediatyp.html10
-rw-r--r--mimelib/doc/message.html12
-rw-r--r--mimelib/doc/msgcmp.html24
-rw-r--r--mimelib/doc/msgid.html12
-rw-r--r--mimelib/doc/param.html8
-rw-r--r--mimelib/doc/text.html6
-rw-r--r--mimelib/mimelib/address.h8
-rw-r--r--mimelib/mimelib/addrlist.h8
-rw-r--r--mimelib/mimelib/body.h16
-rw-r--r--mimelib/mimelib/bodypart.h8
-rw-r--r--mimelib/mimelib/datetime.h6
-rw-r--r--mimelib/mimelib/disptype.h10
-rw-r--r--mimelib/mimelib/entity.h14
-rw-r--r--mimelib/mimelib/field.h14
-rw-r--r--mimelib/mimelib/fieldbdy.h14
-rw-r--r--mimelib/mimelib/group.h12
-rw-r--r--mimelib/mimelib/headers.h12
-rw-r--r--mimelib/mimelib/mailbox.h12
-rw-r--r--mimelib/mimelib/mboxlist.h8
-rw-r--r--mimelib/mimelib/mechansm.h10
-rw-r--r--mimelib/mimelib/mediatyp.h10
-rw-r--r--mimelib/mimelib/message.h12
-rw-r--r--mimelib/mimelib/msgcmp.h24
-rw-r--r--mimelib/mimelib/msgid.h12
-rw-r--r--mimelib/mimelib/param.h8
-rw-r--r--mimelib/mimelib/text.h6
41 files changed, 223 insertions, 223 deletions
diff --git a/mimelib/Tutorial b/mimelib/Tutorial
index dfa98156..358fab7e 100644
--- a/mimelib/Tutorial
+++ b/mimelib/Tutorial
@@ -95,9 +95,9 @@ new header field) to the DwHeaders object (representing the header), the
is-modified flag will be set for the DwHeaders object, indicating that the
string representation of the DwHeaders object will have to be re-assembled
from the header fields that it contains. When a node's is-modified flag is
-set, it also notifies its tqparent node to set its is-modified flag. Thus,
+set, it also notifies its parent node to set its is-modified flag. Thus,
when the DwHeaders object's is-modified flag is set, the DwMessage object
-that is its tqparent will also have its is-modified flag set. That way, when
+that is its parent will also have its is-modified flag set. That way, when
Assemble() is called for the DwMessage object, it will call the Assemble()
member function for the DwHeaders object, as required. Notice that the value
of having an is-modified flag is that it can purge the tree traversal when
diff --git a/mimelib/doc/address.html b/mimelib/doc/address.html
index f7eb71fa..c85046aa 100644
--- a/mimelib/doc/address.html
+++ b/mimelib/doc/address.html
@@ -128,16 +128,16 @@ DwAddress(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwAddress</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+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 attributes from <B><TT>aAddress</TT></B>. The tqparent
+representation and all attributes from <B><TT>aAddress</TT></B>. The parent
of the new <B><TT>DwAddress</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>DwAddress</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
@@ -147,7 +147,7 @@ a class derived from <B><TT>DwField</TT></B>.
(const DwAddress&amp; aAddr) </FONT></B>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aAddr</TT></B>. The tqparent node of the <B><TT>DwAddress</TT></B> object
+<B><TT>aAddr</TT></B>. The parent node of the <B><TT>DwAddress</TT></B> object
is not changed.
<P>
</BODY></HTML>
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&amp; 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>
diff --git a/mimelib/doc/body.html b/mimelib/doc/body.html
index fb6c42c0..1526751a 100644
--- a/mimelib/doc/body.html
+++ b/mimelib/doc/body.html
@@ -85,8 +85,8 @@ header field from the
<P>
In the tree (broken-down) representation of a message, a
<B><TT>DwBody</TT></B> object can be an intermediate node, having both a
-tqparent node and one or more child nodes, or a leaf node, having a tqparent
-but no child nodes. In either case, the tqparent node is the
+parent node and one or more child nodes, or a leaf node, having a parent
+but no child nodes. In either case, the parent node is the
<B><TT>DwEntity</TT></B> object that contains it. If it is an intermediate
node, it must be of type multipart with <B><TT>DwBodyPart</TT></B> objects
as child nodes, or of type message with a single
@@ -117,15 +117,15 @@ DwBody(const DwString&amp; aStr, DwMessageComponent* aParent=0) </B></FONT>
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwBody</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aBody</TT></B>. The tqparent of the new <B><TT>DwBody</TT></B> object
+of <B><TT>aBody</TT></B>. The parent of the new <B><TT>DwBody</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>DwBody</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
@@ -135,7 +135,7 @@ a class derived from <B><TT>DwEntity</TT></B>.
DwBody&amp; aBody) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aBody</TT></B>. The tqparent node of the <B><TT>DwBody</TT></B> object
+<B><TT>aBody</TT></B>. The parent node of the <B><TT>DwBody</TT></B> object
is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
@@ -150,7 +150,7 @@ collection of <B><TT>DwBodyPart</TT></B> objects. For a message
<B><TT>DwBody</TT></B>, the parse method does nothing. This member function
calls the <B><TT>Parse()</TT></B> member function of any objects it creates.
<P>
-Note: If the <B><TT>DwBody</TT></B> object has no tqparent node -- that is,
+Note: If the <B><TT>DwBody</TT></B> object has no parent node -- that is,
it is not contained by a <B><TT>DwEntity</TT></B> object -- then the parse
method does nothing, since it is unable to determine the type of body.
<P>
diff --git a/mimelib/doc/bodypart.html b/mimelib/doc/bodypart.html
index 93f281b5..6a3a29b6 100644
--- a/mimelib/doc/bodypart.html
+++ b/mimelib/doc/bodypart.html
@@ -66,15 +66,15 @@ DwBodyPart(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwBodyPart</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aPart</TT></B>. The tqparent of the new
+of <B><TT>aPart</TT></B>. The parent of the new
<B><TT>DwBodyPart</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>DwBodyPart</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
@@ -84,7 +84,7 @@ a class derived from <B><TT>DwBody</TT></B>.
(const DwBodyPart&amp; aPart) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aPart</TT></B>. The tqparent node of the <B><TT>DwBodyPart</TT></B>
+<B><TT>aPart</TT></B>. The parent node of the <B><TT>DwBodyPart</TT></B>
object is not changed.
<P>
<FONT COLOR="teal"><B> virtual DwMessageComponent*
diff --git a/mimelib/doc/datetime.html b/mimelib/doc/datetime.html
index 8461b260..0516d929 100644
--- a/mimelib/doc/datetime.html
+++ b/mimelib/doc/datetime.html
@@ -94,12 +94,12 @@ DwDateTime(const DwString&amp; aStr, DwMessageComponent* aParent=0)
The first constructor is the default constructor, which assigns the current
date and time as reported by the operating system.
<P>
-The second constructor is the copy constructor. The tqparent of the new
+The second constructor is the copy constructor. The parent of the new
<B><TT>DwDateTime</TT></B> object is set to <B><TT>NULL</TT></B>.
<P>
The third constructor sets <B><TT>aStr</TT></B> as the
<B><TT>DwDateTime</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 after this constructor to extract
the date and time information from the string representation. Unless it is
<B><TT>NULL</TT></B>, <B><TT>aParent</TT></B> should point to an object of
@@ -130,7 +130,7 @@ This virtual function, inherited from <B><TT>DwMessageComponent</TT></B>,
executes the assemble method for <B><TT>DwDateTime</TT></B> objects. It should
be called whenever one of the object's attributes is changed in order to
assemble the string representation from its broken-down representation. It
-will be called automatically for this object by the tqparent object's
+will be called automatically for this object by the parent object's
<B><TT>Assemble()</TT></B> member function if the is-modified flag is set.
<P>
This function clears the is-modified flag.
diff --git a/mimelib/doc/disptype.html b/mimelib/doc/disptype.html
index 9d6c71a5..c64b1dc1 100644
--- a/mimelib/doc/disptype.html
+++ b/mimelib/doc/disptype.html
@@ -90,15 +90,15 @@ DwDispositionType(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwDispositionType</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 performs deep copy
-of <B><TT>aDispType</TT></B>. The tqparent of the new
+of <B><TT>aDispType</TT></B>. The parent of the new
<B><TT>DwDispositionType</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>DwDispositionType</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
@@ -108,7 +108,7 @@ a class derived from <B><TT>DwField</TT></B>.
=</A> (const DwDispositionType&amp; aDispType) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aDispType</TT></B>. The tqparent node of the
+<B><TT>aDispType</TT></B>. The parent node of the
<B><TT>DwDipositionType</TT></B> object is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
@@ -127,7 +127,7 @@ This virtual function, inherited from <B><TT>DwMessageComponent</TT></B>,
executes the assemble method for <B><TT>DwDispositionType</TT></B> objects.
It should be called whenever one of the object's attributes is changed in
order to assemble the string representation from its broken-down representation.
-It will be called automatically for this object by the tqparent object's
+It will be called automatically for this object by the parent object's
<B><TT>Assemble()</TT></B> member function if the is-modified flag is set.
<P>
This function clears the is-modified flag.
diff --git a/mimelib/doc/entity.html b/mimelib/doc/entity.html
index 64a1cdbf..08cf8b75 100644
--- a/mimelib/doc/entity.html
+++ b/mimelib/doc/entity.html
@@ -52,10 +52,10 @@ and a <B><TT><A HREF="body.html">DwBody</A></TT></B> object.
<P>
In the tree (broken-down) representation of message, a
<B><TT>DwEntity</TT></B> object may be either a root node, having child nodes
-but no tqparent node, or an intermediate node, having both a tqparent node and
+but no parent node, or an intermediate node, having both a parent node and
child nodes. A <B><TT>DwEntity</TT></B> object that is a root node must also
be a <B><TT><A HREF="message.html">DwMessage</A></TT></B> object. If a
-<B><TT>DwEntity</TT></B> object is an intermediate node, its tqparent must
+<B><TT>DwEntity</TT></B> object is an intermediate node, its parent must
be a <B><TT>DwBody</TT></B> object. The child nodes of a
<B><TT>DwEntity</TT></B> object are the <B><TT>DwHeaders</TT></B> and
<B><TT>DwBody</TT></B> objects it contains.
@@ -80,15 +80,15 @@ DwEntity(const DwString&amp; aStr, DwMessageComponent* aParent=0) </B></FONT>
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwEntity</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aEntity</TT></B>. The tqparent of the new
+of <B><TT>aEntity</TT></B>. The parent of the new
<B><TT>DwEntity</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>DwEntity</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
@@ -98,7 +98,7 @@ a class derived from <B><TT>DwBody</TT></B>.
(const DwEntity&amp; aEntity) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aEntity</TT></B>. The tqparent node of the <B><TT>DwEntity</TT></B>
+<B><TT>aEntity</TT></B>. The parent node of the <B><TT>DwEntity</TT></B>
object is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
diff --git a/mimelib/doc/field.html b/mimelib/doc/field.html
index c744877c..19736f27 100644
--- a/mimelib/doc/field.html
+++ b/mimelib/doc/field.html
@@ -73,8 +73,8 @@ name, a <B><TT>DwString</TT></B> that contains its field body, and a
a broken-down (that is, parsed) version of its field body.
<P>
In the tree (broken-down) representation of message, a
-<B><TT>DwField</TT></B> object is always an intermediate node, having a tqparent
-node and a single child node. The tqparent node is the
+<B><TT>DwField</TT></B> object is always an intermediate node, having a parent
+node and a single child node. The parent node is the
<B><TT><A HREF="headers.html">DwHeaders</A></TT></B> object that contains
it. The child node is the <B><TT>DwFieldBody</TT></B> object it contains.
<P>
@@ -87,7 +87,7 @@ get and set the <B><TT>DwFieldBody</TT></B> object, use
<P>
A <B><TT>DwField</TT></B> object can be included in a list of
<B><TT>DwField</TT></B> objects; usually this is the list of
-<B><TT>DwField</TT></B> objects maintained by its tqparent
+<B><TT>DwField</TT></B> objects maintained by its parent
<B><TT>DwHeaders</TT></B> object. To get the next <B><TT>DwField</TT></B>
object in a list, use the member function <B><TT>Next()</TT></B>.
<H2>
@@ -100,16 +100,16 @@ DwField(const DwString&amp; aStr, DwMessageComponent* aParent=0) </B></FONT>
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwField</TT></B> object's field name and field body to the empty string,
-set its tqparent to <B><TT>NULL</TT></B>, and sets its
+set its parent to <B><TT>NULL</TT></B>, and sets its
<B><TT>DwFieldBody</TT></B> object to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aField</TT></B>. The tqparent of the new <B><TT>DwField</TT></B>
+of <B><TT>aField</TT></B>. The parent of the new <B><TT>DwField</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>DwField</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
@@ -119,7 +119,7 @@ a class derived from <B><TT>DwHeaders</TT></B>.
(const DwField&amp; aField) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aField</TT></B>. The tqparent node of the <B><TT>DwField</TT></B> object
+<B><TT>aField</TT></B>. The parent node of the <B><TT>DwField</TT></B> object
is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
diff --git a/mimelib/doc/fieldbdy.html b/mimelib/doc/fieldbdy.html
index 1da30ab5..856fd533 100644
--- a/mimelib/doc/fieldbdy.html
+++ b/mimelib/doc/fieldbdy.html
@@ -50,9 +50,9 @@ grammar specified by RFC-822. It is an abstract base class that defines the
interface common to all structured field bodies.
<P>
In the tree (broken-down) representation of a message, a
-<B><TT>DwFieldBody</TT></B> object may be either a leaf node, having a tqparent
-but no child nodes, or an intermediate node, having a tqparent and one or more
-child nodes. The tqparent node is the
+<B><TT>DwFieldBody</TT></B> object may be either a leaf node, having a parent
+but no child nodes, or an intermediate node, having a parent and one or more
+child nodes. The parent node is the
<B><TT><A HREF="field.html">DwField</A></TT></B> object that contains it.
Child nodes, if present, depend on the particular subclass of
<B><TT>DwFieldBody</TT></B> that is instantiated. A
@@ -80,15 +80,15 @@ DwFieldBody(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwFieldBody</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aFieldBody</TT></B>. The tqparent of the new
+of <B><TT>aFieldBody</TT></B>. The parent of the new
<B><TT>DwFieldBody</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>DwFieldBody</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
@@ -98,7 +98,7 @@ a class derived from <B><TT>DwField</TT></B>.
(const DwFieldBody&amp; aFieldBody) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aFieldBody</TT></B>. The tqparent node of the
+<B><TT>aFieldBody</TT></B>. The parent node of the
<B><TT>DwFieldBody</TT></B> object is not changed.
<P>
<FONT COLOR="teal"><B> void <A NAME="SetOffset">SetOffset</A>(int aOffset)
diff --git a/mimelib/doc/group.html b/mimelib/doc/group.html
index 27c8397e..1d374d87 100644
--- a/mimelib/doc/group.html
+++ b/mimelib/doc/group.html
@@ -59,7 +59,7 @@ list of mailboxes.
<P>
In the tree (broken-down) representation of message, a
<B><TT>DwGroup</TT></B> object may be only an intermediate node, having both
-a tqparent and a single child node. Its tqparent node must be a
+a parent and a single child node. Its parent node must be a
<B><TT><A HREF="field.html">DwField</A></TT></B> or a
<B><TT><A HREF="addrlist.html">DwAddressList</A></TT></B>. Its child is a
<B><TT>DwMailboxList</TT></B>.
@@ -79,15 +79,15 @@ DwGroup(const DwString&amp; aStr, DwMessageComponent* aParent=0) </B></FONT>
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwGroup</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aGroup</TT></B>. The tqparent of the new <B><TT>DwGroup</TT></B>
+of <B><TT>aGroup</TT></B>. The parent of the new <B><TT>DwGroup</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>DwGroup</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
@@ -98,7 +98,7 @@ a class derived from <B><TT>DwField</TT></B> or
(const DwGroup&amp; aGroup) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aGroup</TT></B>. The tqparent node of the <B><TT>DwGroup</TT></B> object
+<B><TT>aGroup</TT></B>. The parent node of the <B><TT>DwGroup</TT></B> object
is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
diff --git a/mimelib/doc/headers.html b/mimelib/doc/headers.html
index 939b340e..8bf94ad9 100644
--- a/mimelib/doc/headers.html
+++ b/mimelib/doc/headers.html
@@ -153,8 +153,8 @@ or body part), as described in RFC-822 and RFC-2045. A
the individual header fields.
<P>
In the tree (broken-down) representation of a message, a
-<B><TT>DwHeaders</TT></B> object is an intermediate node, having both a tqparent
-node and several child nodes. The tqparent node is the
+<B><TT>DwHeaders</TT></B> object is an intermediate node, having both a parent
+node and several child nodes. The parent node is the
<B><TT><A HREF="entity.html">DwEntity</A></TT></B> object that contains it.
The child nodes are the <B><TT>DwField</TT></B> objects in the list it manages.
(See the man page for
@@ -208,15 +208,15 @@ DwHeaders(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwHeaders</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aHeaders</TT></B>. The tqparent of the new
+of <B><TT>aHeaders</TT></B>. The parent of the new
<B><TT>DwHeaders</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>DwHeaders</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
@@ -226,7 +226,7 @@ a class derived from <B><TT>DwEntity</TT></B>.
(const DwHeaders&amp; aHeaders) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aHeaders</TT></B>. The tqparent node of the
+<B><TT>aHeaders</TT></B>. The parent node of the
<B><TT>DwHeaders</TT></B> object is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
diff --git a/mimelib/doc/mailbox.html b/mimelib/doc/mailbox.html
index 385bd8a2..492070cc 100644
--- a/mimelib/doc/mailbox.html
+++ b/mimelib/doc/mailbox.html
@@ -70,8 +70,8 @@ fact that a mailbox is also an address. A <B><TT>DwMailbox</TT></B> contains
strings representing the full name, local-part, route, and domain of a mailbox.
<P>
In the tree (broken-down) representation of message, a
-<B><TT>DwMailbox</TT></B> object may be only a leaf node, having a tqparent
-but no child nodes. Its tqparent node must be a
+<B><TT>DwMailbox</TT></B> object may be only a leaf node, having a parent
+but no child nodes. Its parent node must be a
<B><TT><A HREF="field.html">DwField</A></TT></B>, a
<B><TT><A HREF="addrlist.html">DwAddressList</A></TT></B>, or a
<B><TT><A HREF="mboxlist.html">DwMailboxList</A></TT></B> object.
@@ -94,15 +94,15 @@ DwMailbox(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwMailbox</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aMailbox</TT></B>. The tqparent of the new
+of <B><TT>aMailbox</TT></B>. The parent of the new
<B><TT>DwMailbox</TT></B> is set to <B><TT>NULL</TT></B>.
<P>
The third constructor copies <B><TT>aStr</TT></B> to the
<B><TT>DwMailbox</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
@@ -112,7 +112,7 @@ a class derived from <B><TT>DwField</TT></B>.
(const DwMailbox&amp; aMailbox) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aMailbox</TT></B>. The tqparent node of the
+<B><TT>aMailbox</TT></B>. The parent node of the
<B><TT>DwMailbox</TT></B> object is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
diff --git a/mimelib/doc/mboxlist.html b/mimelib/doc/mboxlist.html
index 2bbe8d95..2bae2b4e 100644
--- a/mimelib/doc/mboxlist.html
+++ b/mimelib/doc/mboxlist.html
@@ -71,16 +71,16 @@ DwMailboxList(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwMailboxList</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>DwMailbox</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>DwMailboxList</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>DwMailboxList</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
@@ -90,7 +90,7 @@ a class derived from <B><TT>DwField</TT></B>.
=</A> (const DwMailboxList&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>DwMailboxList</TT></B> object is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
diff --git a/mimelib/doc/mechansm.html b/mimelib/doc/mechansm.html
index 9e5f525f..9880b5fa 100644
--- a/mimelib/doc/mechansm.html
+++ b/mimelib/doc/mechansm.html
@@ -59,15 +59,15 @@ DwMechanism(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwMechanism</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which copies the string
-representation from <B><TT>aCte</TT></B>. The tqparent of the new
+representation from <B><TT>aCte</TT></B>. The parent of the new
<B><TT>DwMechanism</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>DwMechanism</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
@@ -77,7 +77,7 @@ a class derived from <B><TT>DwField</TT></B>.
(const DwMechanism&amp; aCte) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aCte</TT></B>. The tqparent node of the <B><TT>DwMechanism</TT></B>
+<B><TT>aCte</TT></B>. The parent node of the <B><TT>DwMechanism</TT></B>
object is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
@@ -96,7 +96,7 @@ This virtual function, inherited from <B><TT>DwMessageComponent</TT></B>,
executes the assemble method for <B><TT>DwMechanism</TT></B> objects. It
should be called whenever one of the object's attributes is changed in order
to assemble the string representation. It will be called automatically for
-this object by the tqparent object's <B><TT>Assemble()</TT></B> member function
+this object by the parent object's <B><TT>Assemble()</TT></B> member function
if the is-modified flag is set.
<P>
This function clears the is-modified flag.
diff --git a/mimelib/doc/mediatyp.html b/mimelib/doc/mediatyp.html
index e603a269..01696084 100644
--- a/mimelib/doc/mediatyp.html
+++ b/mimelib/doc/mediatyp.html
@@ -107,15 +107,15 @@ DwMediaType(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwMediaType</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which performs deep copy
-of <B><TT>aMediaType</TT></B>. The tqparent of the new
+of <B><TT>aMediaType</TT></B>. The parent of the new
<B><TT>DwMediaType</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>DwMediaType</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
@@ -125,7 +125,7 @@ a class derived from <B><TT>DwField</TT></B>.
(const DwMediaType&amp; aMediaType) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aMediaType</TT></B>. The tqparent node of the
+<B><TT>aMediaType</TT></B>. The parent node of the
<B><TT>DwMediaType</TT></B> object is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
@@ -144,7 +144,7 @@ This virtual function, inherited from <B><TT>DwMessageComponent</TT></B>,
executes the assemble method for <B><TT>DwMediaType</TT></B> objects. It
should be called whenever one of the object's attributes is changed in order
to assemble the string representation from its broken-down representation.
-It will be called automatically for this object by the tqparent object's
+It will be called automatically for this object by the parent object's
<B><TT>Assemble()</TT></B> member function if the is-modified flag is set.
<P>
This function clears the is-modified flag.
diff --git a/mimelib/doc/message.html b/mimelib/doc/message.html
index bb3fcf22..d08d5af4 100644
--- a/mimelib/doc/message.html
+++ b/mimelib/doc/message.html
@@ -50,10 +50,10 @@ both a <B><TT><A HREF="headers.html">DwHeaders</A></TT></B> object and a
<P>
In the tree (broken-down) representation of message, a
<B><TT>DwMessage</TT></B> object is almost always a root node, having child
-nodes but no tqparent node. The child nodes are the
+nodes but no parent node. The child nodes are the
<B><TT>DwHeaders</TT></B> object and the <B><TT>DwBody</TT></B> object it
contains. A <B><TT>DwMessage</TT></B> may sometimes be an intermediate node.
-In this special case, the tqparent node is a <B><TT>DwBody</TT></B> object
+In this special case, the parent node is a <B><TT>DwBody</TT></B> object
of type "message/*" and the <B><TT>DwMessage</TT></B> object represents an
encapsulated message.
<P>
@@ -72,15 +72,15 @@ DwMessage(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwMessage</TT></B> object's string representation to the empty string
-and sets its tqparent to <B><TT>NULL</TT></B>.
+and sets its parent to <B><TT>NULL</TT></B>.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aMessage</TT></B>. The tqparent of the new
+of <B><TT>aMessage</TT></B>. The parent of the new
<B><TT>DwMessage</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>DwMessage</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.
<P>
@@ -88,7 +88,7 @@ in order to parse the string representation.
(const DwMessage&amp; aMessage) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aMessage</TT></B>. The tqparent node of the
+<B><TT>aMessage</TT></B>. The parent node of the
<B><TT>DwMessage</TT></B> object is not changed.
<P>
<FONT COLOR="teal"><B> virtual DwMessageComponent*
diff --git a/mimelib/doc/msgcmp.html b/mimelib/doc/msgcmp.html
index 4eae3993..2e8a3da7 100644
--- a/mimelib/doc/msgcmp.html
+++ b/mimelib/doc/msgcmp.html
@@ -130,19 +130,19 @@ These features are the following:
<B><TT>SetModified()</TT></B> which forces the is-modified flag to be set.
<P>
<LI>
- A tqparent. Most message components are part of another component. A collection
+ A parent. Most message components are part of another component. A collection
of headers is part of a message or body part, a header field is part of a
collection of headers, a field-body is part of a header field, and so on.
- The tqparent of a component is the component that contains it. This tree structure
- is important, since a component's tqparent must be parsed before the component
+ The parent of a component is the component that contains it. This tree structure
+ is important, since a component's parent must be parsed before the component
can be. Also, a component's string representation must be assembled before
- its tqparent's. To maintain consistency in the tree, whenever a component's
- is-modified flag is set, the component notifies its tqparent to also set its
+ its parent's. To maintain consistency in the tree, whenever a component's
+ is-modified flag is set, the component notifies its parent to also set its
is-modified flag. In this way, an is-modified flag set anywhere in the tree
always propagates up to the root component.
<P>
<LI>
- Children. The preceding discussion about a component's tqparent is relevant
+ Children. The preceding discussion about a component's parent is relevant
to an understanding of a component's tqchildren. A component's parse method
calls the parse methods of its tqchildren after it has executed its own parse
method (and, in some cases, created all of its tqchildren). Also, a component
@@ -163,15 +163,15 @@ DwMessageComponent(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwMessageComponent</TT></B> object's string representation to the
-empty string and sets its tqparent to NULL.
+empty string and sets its parent to NULL.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aCmp</TT></B>. The tqparent of the new
+of <B><TT>aCmp</TT></B>. The parent of the new
<B><TT>DwMessageComponent</TT></B> object is set to NULL.
<P>
The third constructor copies <B><TT>aStr</TT></B> to the new
<B><TT>DwMessageComponent</TT></B> object's string representation and sets
-<B><TT>aParent</TT></B> as its tqparent. In typical cases, the virtual member
+<B><TT>aParent</TT></B> as its parent. In typical cases, the virtual member
function <B><TT>Parse()</TT></B> should be called immediately after this
constructor to parse the new <B><TT>DwMessageComponent</TT></B> object and
all of its tqchildren into their broken-down representations.
@@ -241,14 +241,14 @@ string representation are consistent. See also
<FONT COLOR="teal"><B> DwMessageComponent* <A NAME="Parent">Parent</A>()
</B></FONT>
<P>
-Returns the <B><TT>DwMessageComponent</TT></B> object that is the tqparent
+Returns the <B><TT>DwMessageComponent</TT></B> object that is the parent
of this object.
<P>
<FONT COLOR="teal"><B> void
<A NAME="SetParent">SetParent</A>(DwMessageComponent* aParent) </B></FONT>
<P>
Sets <B><TT>aParent</TT></B> as the <B><TT>DwMessageComponent</TT></B> object's
-tqparent.
+parent.
<P>
<FONT COLOR="teal"><B> DwBool <A NAME="IsModified">IsModified</A>() const
</B></FONT>
@@ -260,7 +260,7 @@ Returns 1 if the is-modified flag is set for this
</B></FONT>
<P>
Sets the is-modified (dirty) flag for this
-<B><TT>DwMessageComponent</TT></B> object and notifies the object's tqparent
+<B><TT>DwMessageComponent</TT></B> object and notifies the object's parent
to also set its is-modified flag.
<P>
<FONT COLOR="teal"><B> int <A NAME="ClassId">ClassId</A>() const </B></FONT>
diff --git a/mimelib/doc/msgid.html b/mimelib/doc/msgid.html
index 0f5b7c36..69d10ef5 100644
--- a/mimelib/doc/msgid.html
+++ b/mimelib/doc/msgid.html
@@ -53,8 +53,8 @@ In the BNF grammar in RFC-822, a msg-id has a <I>local-part</I> and a
contain the local-part and the domain.
<P>
In the tree (broken-down) representation of message, a
-<B><TT>DwMsgId</TT></B> object may only be a leaf node, having a tqparent but
-no child nodes. Its tqparent node must be a
+<B><TT>DwMsgId</TT></B> object may only be a leaf node, having a parent but
+no child nodes. Its parent node must be a
<A HREF="field.html"><B><TT>DwField</TT></B> </A>object.
<P>
<B><TT>DwMsgId</TT></B> has member functions for getting or setting its
@@ -71,15 +71,15 @@ DwMsgId(const DwString&amp; aStr, DwMessageComponent* aParent=0) </B></FONT>
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwMsgId</TT></B> object's string representation to the empty string
-and sets its tqparent to NULL.
+and sets its parent to NULL.
<P>
The second constructor is the copy constructor, which performs a deep copy
-of <B><TT>aMsgId</TT></B>. The tqparent of the new <B><TT>DwMsgId</TT></B>
+of <B><TT>aMsgId</TT></B>. The parent of the new <B><TT>DwMsgId</TT></B>
object is set to NULL.
<P>
The third constructor copies <B><TT>aStr</TT></B> to the
<B><TT>DwMsgId</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 NULL,
<B><TT>aParent</TT></B> should point to an object of a class derived from
@@ -89,7 +89,7 @@ in order to parse the string representation. Unless it is NULL,
(const DwMsgId&amp; aMsgId) </B></FONT>
<P>
This is the assignment operator, which performs a deep copy of
-<B><TT>aMsgId</TT></B>. The tqparent node of the <B><TT>DwMsgId</TT></B> object
+<B><TT>aMsgId</TT></B>. The parent node of the <B><TT>DwMsgId</TT></B> object
is not changed.
<P>
<FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT>
diff --git a/mimelib/doc/param.html b/mimelib/doc/param.html
index 3ca10ee8..786f65bc 100644
--- a/mimelib/doc/param.html
+++ b/mimelib/doc/param.html
@@ -69,15 +69,15 @@ DwParameter(const DwString&amp; aStr, DwMessageComponent* aParent=0)
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwParameter</TT></B> object's string representation to the empty string
-and sets its tqparent to NULL.
+and sets its parent to NULL.
<P>
The second constructor is the copy constructor, which copies the string
-representation, attribute, and value from <B><TT>aParam</TT></B>. The tqparent
+representation, attribute, and value from <B><TT>aParam</TT></B>. The parent
of the new <B><TT>DwParameter</TT></B> object is set to NULL.
<P>
The third constructor copies <B><TT>aStr</TT></B> to the
<B><TT>DwParameter</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 NULL,
<B><TT>aParent</TT></B> should point to an object of a class derived from
@@ -102,7 +102,7 @@ This virtual function, inherited from <B><TT>DwMessageComponent</TT></B>,
executes the assemble method for <B><TT>DwParameter</TT></B> objects. It
should be called whenever one of the object's attributes is changed in order
to assemble the string representation from its broken-down representation.
-It will be called automatically for this object by the tqparent object's
+It will be called automatically for this object by the parent object's
<B><TT>Assemble()</TT></B> member function if the is-modified flag is set.
<P>
<FONT COLOR="teal"><B> virtual DwMessageComponent*
diff --git a/mimelib/doc/text.html b/mimelib/doc/text.html
index 4a32ce30..3fc637ca 100644
--- a/mimelib/doc/text.html
+++ b/mimelib/doc/text.html
@@ -53,15 +53,15 @@ DwText(const DwString&amp; aStr, DwMessageComponent* aParent=0) </B></FONT>
<P>
The first constructor is the default constructor, which sets the
<B><TT>DwText</TT></B> object's string representation to the empty string
-and sets its tqparent to NULL.
+and sets its parent to NULL.
<P>
The second constructor is the copy constructor, which copies the string
-representation from <B><TT>aText</TT></B>. The tqparent of the new
+representation from <B><TT>aText</TT></B>. The parent of the new
<B><TT>DwText</TT></B> object is set to NULL.
<P>
The third constructor copies <B><TT>aStr</TT></B> to the
<B><TT>DwText</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 NULL,
<B><TT>aParent</TT></B> should point to an object of a class derived from
diff --git a/mimelib/mimelib/address.h b/mimelib/mimelib/address.h
index dbd657ba..f4ec3a7d 100644
--- a/mimelib/mimelib/address.h
+++ b/mimelib/mimelib/address.h
@@ -96,14 +96,14 @@ protected:
DwAddress(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwAddress} 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 attributes from {\tt aAddress}.
- //. The tqparent of the new {\tt DwAddress} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwAddress} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwAddress}
- //. 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
@@ -111,7 +111,7 @@ protected:
const DwAddress& operator = (const DwAddress& aAddr);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aAddr}. The tqparent node of the {\tt DwAddress} object
+ //. {\tt aAddr}. The parent node of the {\tt DwAddress} object
//. is not changed.
int mIsValid;
diff --git a/mimelib/mimelib/addrlist.h b/mimelib/mimelib/addrlist.h
index c02e3897..5db64725 100644
--- a/mimelib/mimelib/addrlist.h
+++ b/mimelib/mimelib/addrlist.h
@@ -51,14 +51,14 @@ public:
DwAddressList(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwAddressList} 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 DwAddress} objects from {\tt aList}.
- //. The tqparent of the new {\tt DwAddressList} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwAddressList} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwAddressList}
- //. 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
@@ -68,7 +68,7 @@ public:
const DwAddressList& operator = (const DwAddressList& aList);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aList}. The tqparent node of the {\tt DwAddressList} object
+ //. {\tt aList}. The parent node of the {\tt DwAddressList} object
//. is not changed.
virtual void Parse();
diff --git a/mimelib/mimelib/body.h b/mimelib/mimelib/body.h
index 129c19dc..654812d4 100644
--- a/mimelib/mimelib/body.h
+++ b/mimelib/mimelib/body.h
@@ -60,9 +60,9 @@ class DwBodyPart;
//. should always be part of a {\tt DwEntity}.
//.
//. In the tree (broken-down) representation of a message, a {\tt DwBody}
-//. object can be an intermediate node, having both a tqparent node and
-//. one or more child nodes, or a leaf node, having a tqparent but no child
-//. nodes. In either case, the tqparent node is the {\tt DwEntity} object
+//. object can be an intermediate node, having both a parent node and
+//. one or more child nodes, or a leaf node, having a parent but no child
+//. nodes. In either case, the parent node is the {\tt DwEntity} object
//. that contains it. If it is an intermediate node, it must be of type
//. multipart with {\tt DwBodyPart} objects as child nodes, or of type
//. message with a single {\tt DwMessage} object as its child node.
@@ -96,14 +96,14 @@ public:
DwBody(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwBody} 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 aBody}.
- //. The tqparent of the new {\tt DwBody} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwBody} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwBody}
- //. 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
@@ -113,7 +113,7 @@ public:
const DwBody& operator = (const DwBody& aBody);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aBody}. The tqparent node of the {\tt DwBody} object
+ //. {\tt aBody}. The parent node of the {\tt DwBody} object
//. is not changed.
virtual void Parse();
@@ -127,7 +127,7 @@ public:
//. the parse method does nothing. This member function calls the
//. {\tt Parse()} member function of any objects it creates.
//.
- //. Note: If the {\tt DwBody} object has no tqparent node -- that is,
+ //. Note: If the {\tt DwBody} object has no parent node -- that is,
//. it is not contained by a {\tt DwEntity} object -- then the parse
//. method does nothing, since it is unable to determine the type of
//. body.
diff --git a/mimelib/mimelib/bodypart.h b/mimelib/mimelib/bodypart.h
index 7a9b3275..d2cda16e 100644
--- a/mimelib/mimelib/bodypart.h
+++ b/mimelib/mimelib/bodypart.h
@@ -69,14 +69,14 @@ public:
DwBodyPart(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwBodyPart} 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 aPart}.
- //. The tqparent of the new {\tt DwBodyPart} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwBodyPart} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwBodyPart}
- //. 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
@@ -86,7 +86,7 @@ public:
const DwBodyPart& operator = (const DwBodyPart& aPart);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aPart}. The tqparent node of the {\tt DwBodyPart} object
+ //. {\tt aPart}. The parent node of the {\tt DwBodyPart} object
//. is not changed.
virtual DwMessageComponent* Clone() const;
diff --git a/mimelib/mimelib/datetime.h b/mimelib/mimelib/datetime.h
index ef888d57..da7f6259 100644
--- a/mimelib/mimelib/datetime.h
+++ b/mimelib/mimelib/datetime.h
@@ -57,11 +57,11 @@ public:
//. The first constructor is the default constructor, which assigns
//. the current date and time as reported by the operating system.
//.
- //. The second constructor is the copy constructor. The tqparent of
+ //. The second constructor is the copy constructor. The parent of
//. the new {\tt DwDateTime} object is set to {\tt NULL}.
//.
//. The third constructor sets {\tt aStr} as the {\tt DwDateTime}
- //. 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 after
//. this constructor to extract the date and time information from the
//. string representation. Unless it is {\tt NULL}, {\tt aParent} should
@@ -89,7 +89,7 @@ public:
//. It should be called whenever one of the object's attributes
//. is changed in order to assemble the string representation from
//. its broken-down representation. It will be called
- //. automatically for this object by the tqparent object's
+ //. automatically for this object by the parent object's
//. {\tt Assemble()} member function if the is-modified flag is set.
//.
//. This function clears the is-modified flag.
diff --git a/mimelib/mimelib/disptype.h b/mimelib/mimelib/disptype.h
index ad12e8c4..e1e90b3b 100644
--- a/mimelib/mimelib/disptype.h
+++ b/mimelib/mimelib/disptype.h
@@ -73,15 +73,15 @@ public:
DwDispositionType(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwDispositionType} object's string representation to the empty
- //. string and sets its tqparent to {\tt NULL}.
+ //. string and sets its parent to {\tt NULL}.
//.
//. The second constructor is the copy constructor, which performs
//. deep copy of {\tt aDispType}.
- //. The tqparent of the new {\tt DwDispositionType} object is set to
+ //. The parent of the new {\tt DwDispositionType} object is set to
//. {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwDispositionType}
- //. 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 DwDispositionType& operator = (const DwDispositionType& aDispType);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aDispType}. The tqparent node of the {\tt DwDipositionType}
+ //. {\tt aDispType}. The parent node of the {\tt DwDipositionType}
//. object is not changed.
virtual void Parse();
@@ -109,7 +109,7 @@ public:
//. It should be called whenever one of the object's attributes
//. is changed in order to assemble the string representation from
//. its broken-down representation. It will be called
- //. automatically for this object by the tqparent object's
+ //. automatically for this object by the parent object's
//. {\tt Assemble()} member function if the is-modified flag is set.
//.
//. This function clears the is-modified flag.
diff --git a/mimelib/mimelib/entity.h b/mimelib/mimelib/entity.h
index 1f2c3f6d..e555f6ad 100644
--- a/mimelib/mimelib/entity.h
+++ b/mimelib/mimelib/entity.h
@@ -48,10 +48,10 @@ class DwBody;
//. a {\tt DwBody} object.
//.
//. In the tree (broken-down) representation of message, a {\tt DwEntity}
-//. object may be either a root node, having child nodes but no tqparent
-//. node, or an intermediate node, having both a tqparent node and child nodes.
+//. object may be either a root node, having child nodes but no parent
+//. node, or an intermediate node, having both a parent node and child nodes.
//. A {\tt DwEntity} object that is a root node must also be a {\tt DwMessage}
-//. object. If a {\tt DwEntity} object is an intermediate node, its tqparent
+//. object. If a {\tt DwEntity} object is an intermediate node, its parent
//. must be a {\tt DwBody} object. The child nodes of a {\tt DwEntity}
//. object are the {\tt DwHeaders} and {\tt DwBody} objects it contains.
//.
@@ -75,14 +75,14 @@ public:
DwEntity(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwEntity} 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 aEntity}.
- //. The tqparent of the new {\tt DwEntity} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwEntity} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwEntity}
- //. 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
@@ -92,7 +92,7 @@ public:
const DwEntity& operator = (const DwEntity& aEntity);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aEntity}. The tqparent node of the {\tt DwEntity} object
+ //. {\tt aEntity}. The parent node of the {\tt DwEntity} object
//. is not changed.
virtual void Parse();
diff --git a/mimelib/mimelib/field.h b/mimelib/mimelib/field.h
index eac95494..f53c2b02 100644
--- a/mimelib/mimelib/field.h
+++ b/mimelib/mimelib/field.h
@@ -51,8 +51,8 @@ class DwFieldBody;
//. (that is, parsed) version of its field body.
//.
//. In the tree (broken-down) representation of message, a {\tt DwField}
-//. object is always an intermediate node, having a tqparent node and a single
-//. child node. The tqparent node is the {\tt DwHeaders} object that contains
+//. object is always an intermediate node, having a parent node and a single
+//. child node. The parent node is the {\tt DwHeaders} object that contains
//. it. The child node is the {\tt DwFieldBody} object it contains.
//.
//. To get and set the field name, use the member functions
@@ -64,7 +64,7 @@ class DwFieldBody;
//.
//. A {\tt DwField} object can be included in a list of {\tt DwField}
//. objects; usually this is the list of {\tt DwField} objects maintained
-//. by its tqparent {\tt DwHeaders} object. To get the next {\tt DwField}
+//. by its parent {\tt DwHeaders} object. To get the next {\tt DwField}
//. object in a list, use the member function {\tt Next()}.
//=============================================================================
// Last updated 1997-08-23
@@ -82,15 +82,15 @@ public:
DwField(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwField} object's field name and field body to the empty
- //. string, set its tqparent to {\tt NULL}, and sets its {\tt DwFieldBody}
+ //. string, set its parent to {\tt NULL}, and sets its {\tt DwFieldBody}
//. object to {\tt NULL}.
//.
//. The second constructor is the copy constructor, which performs
//. a deep copy of {\tt aField}.
- //. The tqparent of the new {\tt DwField} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwField} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwField}
- //. 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
@@ -100,7 +100,7 @@ public:
const DwField& operator = (const DwField& aField);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aField}. The tqparent node of the {\tt DwField} object
+ //. {\tt aField}. The parent node of the {\tt DwField} object
//. is not changed.
virtual void Parse();
diff --git a/mimelib/mimelib/fieldbdy.h b/mimelib/mimelib/fieldbdy.h
index 71a2164f..229bc7bc 100644
--- a/mimelib/mimelib/fieldbdy.h
+++ b/mimelib/mimelib/fieldbdy.h
@@ -45,9 +45,9 @@
//. interface common to all structured field bodies.
//.
//. In the tree (broken-down) representation of a message, a {\tt DwFieldBody}
-//. object may be either a leaf node, having a tqparent but no child nodes, or
-//. an intermediate node, having a tqparent and one or more child nodes. The
-//. tqparent node is the {\tt DwField} object that contains it. Child nodes,
+//. object may be either a leaf node, having a parent but no child nodes, or
+//. an intermediate node, having a parent and one or more child nodes. The
+//. parent node is the {\tt DwField} object that contains it. Child nodes,
//. if present, depend on the particular subclass of {\tt DwFieldBody} that
//. is instantiated. A {\tt DwAddressList} object, for example, has
//. {\tt DwAddress} objects as its child nodes.
@@ -78,14 +78,14 @@ public:
DwFieldBody(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwFieldBody} object's string representation to the empty
- //. string and sets its tqparent to {\tt NULL}.
+ //. string and sets its parent to {\tt NULL}.
//.
//. The second constructor is the copy constructor, which performs a
//. deep copy of {\tt aFieldBody}.
- //. The tqparent of the new {\tt DwFieldBody} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwFieldBody} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwFieldBody}
- //. 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
@@ -95,7 +95,7 @@ public:
const DwFieldBody& operator = (const DwFieldBody& aFieldBody);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aFieldBody}. The tqparent node of the {\tt DwFieldBody} object
+ //. {\tt aFieldBody}. The parent node of the {\tt DwFieldBody} object
//. is not changed.
void SetOffset(int aOffset);
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();
diff --git a/mimelib/mimelib/headers.h b/mimelib/mimelib/headers.h
index a2011776..a34531bd 100644
--- a/mimelib/mimelib/headers.h
+++ b/mimelib/mimelib/headers.h
@@ -86,8 +86,8 @@ class DwText;
//. header fields.
//.
//. In the tree (broken-down) representation of a message, a {\tt DwHeaders}
-//. object is an intermediate node, having both a tqparent node and several
-//. child nodes. The tqparent node is the {\tt DwEntity} object that contains
+//. object is an intermediate node, having both a parent node and several
+//. child nodes. The parent node is the {\tt DwEntity} object that contains
//. it. The child nodes are the {\tt DwField} objects in the list it manages.
//. (See the man page for {\tt DwMessageComponent} for a discussion of
//. the tree representation of a message.)
@@ -138,14 +138,14 @@ public:
DwHeaders(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwHeaders} 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 aHeaders}.
- //. The tqparent of the new {\tt DwHeaders} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwHeaders} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwHeaders}
- //. 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 a class
@@ -155,7 +155,7 @@ public:
const DwHeaders& operator = (const DwHeaders& aHeaders);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aHeaders}. The tqparent node of the {\tt DwHeaders} object
+ //. {\tt aHeaders}. The parent node of the {\tt DwHeaders} object
//. is not changed.
virtual void Parse();
diff --git a/mimelib/mimelib/mailbox.h b/mimelib/mimelib/mailbox.h
index f118e38e..9c472c48 100644
--- a/mimelib/mimelib/mailbox.h
+++ b/mimelib/mimelib/mailbox.h
@@ -58,8 +58,8 @@
//. of a mailbox.
//.
//. In the tree (broken-down) representation of message, a {\tt DwMailbox}
-//. object may be only a leaf node, having a tqparent but no child nodes.
-//. Its tqparent node must be a {\tt DwField}, a {\tt DwAddressList}, or a
+//. object may be only a leaf node, having a parent but no child nodes.
+//. Its parent node must be a {\tt DwField}, a {\tt DwAddressList}, or a
//. {\tt DwMailboxList} object.
//.
//. {\tt DwMailbox} has member functions for getting or setting the strings
@@ -85,14 +85,14 @@ public:
DwMailbox(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwMailbox} 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 aMailbox}.
- //. The tqparent of the new {\tt DwMailbox} is set to {\tt NULL}.
+ //. The parent of the new {\tt DwMailbox} is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwMailbox}
- //. 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 a class
@@ -102,7 +102,7 @@ public:
const DwMailbox& operator = (const DwMailbox& aMailbox);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aMailbox}. The tqparent node of the {\tt DwMailbox} object
+ //. {\tt aMailbox}. The parent node of the {\tt DwMailbox} object
//. is not changed.
virtual void Parse();
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();
diff --git a/mimelib/mimelib/mechansm.h b/mimelib/mimelib/mechansm.h
index ace3c29b..bb8f55e1 100644
--- a/mimelib/mimelib/mechansm.h
+++ b/mimelib/mimelib/mechansm.h
@@ -58,14 +58,14 @@ public:
DwMechanism(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwMechanism} object's string representation to the empty
- //. string and sets its tqparent to {\tt NULL}.
+ //. string and sets its parent to {\tt NULL}.
//.
//. The second constructor is the copy constructor, which copies the
//. string representation from {\tt aCte}.
- //. The tqparent of the new {\tt DwMechanism} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwMechanism} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwMechanism}
- //. 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
@@ -75,7 +75,7 @@ public:
const DwMechanism& operator = (const DwMechanism& aCte);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aCte}. The tqparent node of the {\tt DwMechanism} object
+ //. {\tt aCte}. The parent node of the {\tt DwMechanism} object
//. is not changed.
virtual void Parse();
@@ -91,7 +91,7 @@ public:
//. executes the assemble method for {\tt DwMechanism} objects.
//. It should be called whenever one of the object's attributes
//. is changed in order to assemble the string representation.
- //. It will be called automatically for this object by the tqparent
+ //. It will be called automatically for this object by the parent
//. object's {\tt Assemble()} member function if the is-modified
//. flag is set.
//.
diff --git a/mimelib/mimelib/mediatyp.h b/mimelib/mimelib/mediatyp.h
index 6484f1e3..02ec6e13 100644
--- a/mimelib/mimelib/mediatyp.h
+++ b/mimelib/mimelib/mediatyp.h
@@ -79,14 +79,14 @@ public:
DwMediaType(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwMediaType} 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
//. deep copy of {\tt aMediaType}.
- //. The tqparent of the new {\tt DwMediaType} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwMediaType} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwMediaType}
- //. 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
@@ -96,7 +96,7 @@ public:
const DwMediaType& operator = (const DwMediaType& aMediaType);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aMediaType}. The tqparent node of the {\tt DwMediaType}
+ //. {\tt aMediaType}. The parent node of the {\tt DwMediaType}
//. object is not changed.
virtual void Parse();
@@ -114,7 +114,7 @@ public:
//. It should be called whenever one of the object's attributes
//. is changed in order to assemble the string representation from
//. its broken-down representation. It will be called
- //. automatically for this object by the tqparent object's
+ //. automatically for this object by the parent object's
//. {\tt Assemble()} member function if the is-modified flag is set.
//.
//. This function clears the is-modified flag.
diff --git a/mimelib/mimelib/message.h b/mimelib/mimelib/message.h
index 3cfac701..73996664 100644
--- a/mimelib/mimelib/message.h
+++ b/mimelib/mimelib/message.h
@@ -43,10 +43,10 @@
//. a {\tt DwHeaders} object and a {\tt DwBody} object.
//.
//. In the tree (broken-down) representation of message, a {\tt DwMessage}
-//. object is almost always a root node, having child nodes but no tqparent node.
+//. object is almost always a root node, having child nodes but no parent node.
//. The child nodes are the {\tt DwHeaders} object and the {\tt DwBody} object
//. it contains. A {\tt DwMessage} may sometimes be an intermediate node. In
-//. this special case, the tqparent node is a {\tt DwBody} object of type
+//. this special case, the parent node is a {\tt DwBody} object of type
//. "message/*" and the {\tt DwMessage} object represents an encapsulated
//. message.
//.
@@ -66,14 +66,14 @@ public:
DwMessage(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwMessage} 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 aMessage}.
- //. The tqparent of the new {\tt DwMessage} object is set to {\tt NULL}.
+ //. The parent of the new {\tt DwMessage} object is set to {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwMessage}
- //. 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.
@@ -81,7 +81,7 @@ public:
const DwMessage& operator = (const DwMessage& aMessage);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aMessage}. The tqparent node of the {\tt DwMessage} object
+ //. {\tt aMessage}. The parent node of the {\tt DwMessage} object
//. is not changed.
virtual DwMessageComponent* Clone() const;
diff --git a/mimelib/mimelib/msgcmp.h b/mimelib/mimelib/msgcmp.h
index 46ff95cb..de2c6d89 100644
--- a/mimelib/mimelib/msgcmp.h
+++ b/mimelib/mimelib/msgcmp.h
@@ -94,21 +94,21 @@
//. to be set.
//.
//. \item
-//. A tqparent. Most message components are part of another component.
+//. A parent. Most message components are part of another component.
//. A collection of headers is part of a message or body part, a header
//. field is part of a collection of headers, a field-body is part
-//. of a header field, and so on. The tqparent of
+//. of a header field, and so on. The parent of
//. a component is the component that contains it. This tree structure
-//. is important, since a component's tqparent must be parsed before the
+//. is important, since a component's parent must be parsed before the
//. component can be. Also, a component's string representation must
-//. be assembled before its tqparent's. To maintain consistency in the
+//. be assembled before its parent's. To maintain consistency in the
//. tree, whenever a component's is-modified flag is set,
-//. the component notifies its tqparent to also set its is-modified flag.
+//. the component notifies its parent to also set its is-modified flag.
//. In this way, an is-modified flag set anywhere in the tree always
//. propagates up to the root component.
//.
//. \item
-//. Children. The preceding discussion about a component's tqparent is
+//. Children. The preceding discussion about a component's parent is
//. relevant to an understanding of a component's tqchildren. A component's
//. parse method calls the parse methods of its tqchildren
//. after it has executed its own parse method (and, in some cases, created
@@ -163,15 +163,15 @@ public:
DwMessageComponent(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwMessageComponent} object's string representation to the
- //. empty string and sets its tqparent to NULL.
+ //. empty string and sets its parent to NULL.
//.
//. The second constructor is the copy constructor, which performs
- //. a deep copy of {\tt aCmp}. The tqparent of the new
+ //. a deep copy of {\tt aCmp}. The parent of the new
//. {\tt DwMessageComponent} object is set to NULL.
//.
//. The third constructor copies {\tt aStr} to the new
//. {\tt DwMessageComponent} object's string representation and sets
- //. {\tt aParent} as its tqparent. In typical cases, the virtual
+ //. {\tt aParent} as its parent. In typical cases, the virtual
//. member function {\tt Parse()} should be called immediately after
//. this constructor to parse the new {\tt DwMessageComponent} object
//. and all of its tqchildren into their broken-down representations.
@@ -230,11 +230,11 @@ public:
//. {\tt DwMessageComponent::Assemble()}.
DwMessageComponent* Parent();
- //. Returns the {\tt DwMessageComponent} object that is the tqparent
+ //. Returns the {\tt DwMessageComponent} object that is the parent
//. of this object.
void SetParent(DwMessageComponent* aParent);
- //. Sets {\tt aParent} as the {\tt DwMessageComponent} object's tqparent.
+ //. Sets {\tt aParent} as the {\tt DwMessageComponent} object's parent.
DwBool IsModified() const;
//. Returns 1 if the is-modified flag is set for this
@@ -242,7 +242,7 @@ public:
void SetModified();
//. Sets the is-modified (dirty) flag for this {\tt DwMessageComponent}
- //. object and notifies the object's tqparent to also set its is-modified
+ //. object and notifies the object's parent to also set its is-modified
//. flag.
int ClassId() const;
diff --git a/mimelib/mimelib/msgid.h b/mimelib/mimelib/msgid.h
index 11c1edb1..185e860e 100644
--- a/mimelib/mimelib/msgid.h
+++ b/mimelib/mimelib/msgid.h
@@ -40,8 +40,8 @@
//. contain the local-part and the domain.
//.
//. In the tree (broken-down) representation of message, a {\tt DwMsgId}
-//. object may only be a leaf node, having a tqparent but no child nodes.
-//. Its tqparent node must be a {\tt DwField} object.
+//. object may only be a leaf node, having a parent but no child nodes.
+//. Its parent node must be a {\tt DwField} object.
//.
//. {\tt DwMsgId} has member functions for getting or setting its local-part
//. and its domain. You can have the library to create the contents of a
@@ -61,14 +61,14 @@ public:
DwMsgId(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwMsgId} object's string representation to the empty string
- //. and sets its tqparent to NULL.
+ //. and sets its parent to NULL.
//.
//. The second constructor is the copy constructor, which performs
//. a deep copy of {\tt aMsgId}.
- //. The tqparent of the new {\tt DwMsgId} object is set to NULL.
+ //. The parent of the new {\tt DwMsgId} object is set to NULL.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwMsgId}
- //. 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 NULL, {\tt aParent} should point to an object of a class
@@ -78,7 +78,7 @@ public:
const DwMsgId& operator = (const DwMsgId& aMsgId);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aMsgId}. The tqparent node of the {\tt DwMsgId} object
+ //. {\tt aMsgId}. The parent node of the {\tt DwMsgId} object
//. is not changed.
virtual void Parse();
diff --git a/mimelib/mimelib/param.h b/mimelib/mimelib/param.h
index b1b7560b..c5ab6a14 100644
--- a/mimelib/mimelib/param.h
+++ b/mimelib/mimelib/param.h
@@ -62,14 +62,14 @@ public:
DwParameter(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwParameter} object's string representation to the empty string
- //. and sets its tqparent to NULL.
+ //. and sets its parent to NULL.
//.
//. The second constructor is the copy constructor, which copies the
//. string representation, attribute, and value from {\tt aParam}.
- //. The tqparent of the new {\tt DwParameter} object is set to NULL.
+ //. The parent of the new {\tt DwParameter} object is set to NULL.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwParameter}
- //. 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 NULL, {\tt aParent} should point to an object of a class
@@ -93,7 +93,7 @@ public:
//. It should be called whenever one of the object's attributes
//. is changed in order to assemble the string representation from
//. its broken-down representation. It will be called
- //. automatically for this object by the tqparent object's
+ //. automatically for this object by the parent object's
//. {\tt Assemble()} member function if the is-modified flag is set.
virtual DwMessageComponent* Clone() const;
diff --git a/mimelib/mimelib/text.h b/mimelib/mimelib/text.h
index c3e084da..14fd8f7d 100644
--- a/mimelib/mimelib/text.h
+++ b/mimelib/mimelib/text.h
@@ -55,14 +55,14 @@ public:
DwText(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwText} object's string representation to the empty string
- //. and sets its tqparent to NULL.
+ //. and sets its parent to NULL.
//.
//. The second constructor is the copy constructor, which copies the
//. string representation from {\tt aText}.
- //. The tqparent of the new {\tt DwText} object is set to NULL.
+ //. The parent of the new {\tt DwText} object is set to NULL.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwText}
- //. 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 NULL, {\tt aParent} should point to an object of a class