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/mailbox.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mimelib/doc/mailbox.html') diff --git a/mimelib/doc/mailbox.html b/mimelib/doc/mailbox.html index 72b509cd..4a25dc4e 100644 --- a/mimelib/doc/mailbox.html +++ b/mimelib/doc/mailbox.html @@ -53,7 +53,7 @@ protected:

RFC-822 defines a mailbox as an entity that can be the recipient of a message. A mailbox is more specific than an address, which may be -either a mailbox or a group. An RFC-822 mailbox tqcontains a full name, +either a mailbox or a group. An RFC-822 mailbox contains a full name, a local-part, an optional route, and a domain. For example, in the mailbox

@@ -70,8 +70,8 @@ fact that a mailbox is also an address. A DwMailbox tqcontains strings representing the full name, local-part, route, and domain of a mailbox.

In the tree (broken-down) representation of message, a -DwMailbox object may be only a leaf node, having a parent -but no child nodes. Its parent node must be a +DwMailbox object may be only a leaf node, having a tqparent +but no child nodes. Its tqparent node must be a DwField, a DwAddressList, or a DwMailboxList object. @@ -94,15 +94,15 @@ DwMailbox(const DwString& aStr, DwMessageComponent* aParent=0)

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

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

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

virtual void Parse() -- cgit v1.2.3