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/address.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mimelib/doc/address.html') diff --git a/mimelib/doc/address.html b/mimelib/doc/address.html index c85046aa..f7eb71fa 100644 --- a/mimelib/doc/address.html +++ b/mimelib/doc/address.html @@ -128,16 +128,16 @@ DwAddress(const DwString& aStr, DwMessageComponent* aParent=0)

The first constructor is the default constructor, which sets the DwAddress 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 copies the string -representation and all attributes from aAddress. The parent +representation and all attributes from aAddress. The tqparent of the new DwAddress object is set to NULL.

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

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

-- cgit v1.2.3