From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: Initial conversion of kdepim to TQt This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- mimelib/doc/headers.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'mimelib/doc/headers.html') diff --git a/mimelib/doc/headers.html b/mimelib/doc/headers.html index 35519c395..97b063adb 100644 --- a/mimelib/doc/headers.html +++ b/mimelib/doc/headers.html @@ -153,9 +153,9 @@ 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 parent -node and several child nodes. The parent node is the -DwEntity object that tqcontains it. +DwHeaders object is an intermediate node, having both a tqparent +node and several child nodes. The tqparent 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 DwMessageComponent for a discussion @@ -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 parent to NULL. +and sets its tqparent to NULL.

The second constructor is the copy constructor, which performs a deep copy -of aHeaders. The parent of the new +of aHeaders. The tqparent 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 parent. The virtual member function +aParent as its tqparent. 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 parent node of the +aHeaders. The tqparent node of the DwHeaders object is not changed.

virtual void Parse() @@ -416,7 +416,7 @@ function: most applications should use the

Adds a DwField object to the list. If a header field with -the same field name already exists, it is tqreplaced by the new header field. +the same field name already exists, it is replaced by the new header field.

DwHeaders takes responsibility for deleting the added DwField object. @@ -430,7 +430,7 @@ to add header fields.

Adds a DwField object to the list. If a header field with -the same field name already exists, it is not tqreplaced; thus, duplicate +the same field name already exists, it is not replaced; thus, duplicate header fields may occur when using this member function. (This is what you want for some header fields, such as the "Received" header field).

-- cgit v1.2.1