summaryrefslogtreecommitdiffstats
path: root/mimelib/doc/disptype.html
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/doc/disptype.html')
-rw-r--r--mimelib/doc/disptype.html10
1 files changed, 5 insertions, 5 deletions
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& 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.