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/param.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mimelib/doc/param.html') diff --git a/mimelib/doc/param.html b/mimelib/doc/param.html index 3ca10ee8f..786f65bc5 100644 --- a/mimelib/doc/param.html +++ b/mimelib/doc/param.html @@ -69,15 +69,15 @@ DwParameter(const DwString& aStr, DwMessageComponent* aParent=0)

The first constructor is the default constructor, which sets the 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 aParam. The tqparent +representation, attribute, and value from aParam. The parent of the new DwParameter object is set to NULL.

The third constructor copies aStr to the DwParameter 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 immediately after this constructor in order to parse the string representation. Unless it is NULL, aParent should point to an object of a class derived from @@ -102,7 +102,7 @@ This virtual function, inherited from DwMessageComponent, executes the assemble method for DwParameter 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 Assemble() member function if the is-modified flag is set.

virtual DwMessageComponent* -- cgit v1.2.1