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