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/headers.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mimelib/doc/headers.html') diff --git a/mimelib/doc/headers.html b/mimelib/doc/headers.html index 939b340ee..8bf94ad98 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.

In the tree (broken-down) representation of a message, a -DwHeaders object is an intermediate node, having both a tqparent -node and several child nodes. The tqparent node is the +DwHeaders object is an intermediate node, having both a parent +node and several child nodes. The parent node is the DwEntity object that contains it. The child nodes are the DwField objects in the list it manages. (See the man page for @@ -208,15 +208,15 @@ DwHeaders(const DwString& aStr, DwMessageComponent* aParent=0)

The first constructor is the default constructor, which sets the DwHeaders 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 aHeaders. The tqparent of the new +of aHeaders. The parent of the new DwHeaders object is set to NULL.

The third constructor copies aStr to the DwHeaders 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 @@ -226,7 +226,7 @@ a class derived from DwEntity. (const DwHeaders& aHeaders)

This is the assignment operator, which performs a deep copy of -aHeaders. The tqparent node of the +aHeaders. The parent node of the DwHeaders object is not changed.

virtual void Parse() -- cgit v1.2.1