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/fieldbdy.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'mimelib/doc/fieldbdy.html') diff --git a/mimelib/doc/fieldbdy.html b/mimelib/doc/fieldbdy.html index 47b9a6acb..1da30ab54 100644 --- a/mimelib/doc/fieldbdy.html +++ b/mimelib/doc/fieldbdy.html @@ -50,10 +50,10 @@ grammar specified by RFC-822. It is an abstract base class that defines the interface common to all structured field bodies.

In the tree (broken-down) representation of a message, a -DwFieldBody object may be either a leaf node, having a parent -but no child nodes, or an intermediate node, having a parent and one or more -child nodes. The parent node is the -DwField object that tqcontains it. +DwFieldBody object may be either a leaf node, having a tqparent +but no child nodes, or an intermediate node, having a tqparent and one or more +child nodes. The tqparent node is the +DwField object that contains it. Child nodes, if present, depend on the particular subclass of DwFieldBody that is instantiated. A DwAddressList object, for example, has @@ -80,15 +80,15 @@ DwFieldBody(const DwString& aStr, DwMessageComponent* aParent=0)

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

The third constructor copies aStr to the DwFieldBody 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 @@ -98,7 +98,7 @@ a class derived from DwField. (const DwFieldBody& aFieldBody)

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

void SetOffset(int aOffset) -- cgit v1.2.1