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/msgid.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mimelib/doc/msgid.html') diff --git a/mimelib/doc/msgid.html b/mimelib/doc/msgid.html index 0f5b7c365..69d10ef59 100644 --- a/mimelib/doc/msgid.html +++ b/mimelib/doc/msgid.html @@ -53,8 +53,8 @@ In the BNF grammar in RFC-822, a msg-id has a local-part and a contain the local-part and the domain.

In the tree (broken-down) representation of message, a -DwMsgId object may only be a leaf node, having a tqparent but -no child nodes. Its tqparent node must be a +DwMsgId object may only be a leaf node, having a parent but +no child nodes. Its parent node must be a DwField object.

DwMsgId has member functions for getting or setting its @@ -71,15 +71,15 @@ DwMsgId(const DwString& aStr, DwMessageComponent* aParent=0)

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

The third constructor copies aStr to the DwMsgId 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 @@ -89,7 +89,7 @@ in order to parse the string representation. Unless it is NULL, (const DwMsgId& aMsgId)

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

virtual void Parse() -- cgit v1.2.1