From 36a36a5c1015aa0d03f4515c401e907ddb9d6291 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: 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 --- mimelib/doc/datetime.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mimelib/doc/datetime.html') 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.

-The second constructor is the copy constructor. The tqparent of the new +The second constructor is the copy constructor. The parent of the new DwDateTime object is set to NULL.

The third constructor sets aStr as the DwDateTime object's string representation and sets -aParent as its tqparent. The virtual member function +aParent as its parent. The virtual member function Parse() should be called after this constructor to extract the date and time information from the string representation. Unless it is NULL, aParent should point to an object of @@ -130,7 +130,7 @@ This virtual function, inherited from DwMessageComponent, executes the assemble method for DwDateTime 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 Assemble() member function if the is-modified flag is set.

This function clears the is-modified flag. -- cgit v1.2.3