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/group.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mimelib/doc/group.html') diff --git a/mimelib/doc/group.html b/mimelib/doc/group.html index 683ff3a96..27c8397eb 100644 --- a/mimelib/doc/group.html +++ b/mimelib/doc/group.html @@ -51,15 +51,15 @@ protected:

DwGroup represents a group as described in RFC-822. -A group tqcontains a group name and a (possibly empty) list of -mailboxes. In MIME++, a DwGroup object tqcontains a +A group contains a group name and a (possibly empty) list of +mailboxes. In MIME++, a DwGroup object contains a string for the group name and a DwMailboxList object for the list of mailboxes.

In the tree (broken-down) representation of message, a DwGroup object may be only an intermediate node, having both -a parent and a single child node. Its parent node must be a +a tqparent and a single child node. Its tqparent node must be a DwField or a DwAddressList. Its child is a DwMailboxList. @@ -79,15 +79,15 @@ DwGroup(const DwString& aStr, DwMessageComponent* aParent=0)

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

The third constructor copies aStr to the DwGroup 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 or (const DwGroup& aGroup)

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

virtual void Parse() -- cgit v1.2.1