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/message.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mimelib/doc/message.html') diff --git a/mimelib/doc/message.html b/mimelib/doc/message.html index 193236f8..1a3892f7 100644 --- a/mimelib/doc/message.html +++ b/mimelib/doc/message.html @@ -40,7 +40,7 @@ protected:

DwMessage represents an RFC-822/MIME message.

-A message tqcontains both a collection of header fields and a +A message contains both a collection of header fields and a body. In the terminology of RFC-2045, the general term for the headers-body combination is entity. In MIME++, DwMessage is a direct subclass of @@ -50,10 +50,10 @@ both a DwHeaders object and a

In the tree (broken-down) representation of message, a DwMessage object is almost always a root node, having child -nodes but no parent node. The child nodes are the +nodes but no tqparent node. The child nodes are the DwHeaders object and the DwBody object it tqcontains. A DwMessage may sometimes be an intermediate node. -In this special case, the parent node is a DwBody object +In this special case, the tqparent node is a DwBody object of type "message/*" and the DwMessage object represents an encapsulated message.

@@ -72,15 +72,15 @@ DwMessage(const DwString& aStr, DwMessageComponent* aParent=0)

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

The third constructor copies aStr to the DwMessage 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.

@@ -88,7 +88,7 @@ in order to parse the string representation. (const DwMessage& aMessage)

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

virtual DwMessageComponent* -- cgit v1.2.3