diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 36a36a5c1015aa0d03f4515c401e907ddb9d6291 (patch) | |
tree | 0212ba6d2c749043134005a41f2bd0379619d40f /mimelib/doc/address.html | |
parent | 4c6f8d69e2d1501837affb472c4eb8fec4462240 (diff) | |
download | tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.tar.gz tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mimelib/doc/address.html')
-rw-r--r-- | mimelib/doc/address.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mimelib/doc/address.html b/mimelib/doc/address.html index f7eb71faf..c85046aa7 100644 --- a/mimelib/doc/address.html +++ b/mimelib/doc/address.html @@ -128,16 +128,16 @@ DwAddress(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwAddress</TT></B> object's string representation to the empty string -and sets its tqparent to <B><TT>NULL</TT></B>. +and sets its parent to <B><TT>NULL</TT></B>. <P> The second constructor is the copy constructor, which copies the string -representation and all attributes from <B><TT>aAddress</TT></B>. The tqparent +representation and all attributes from <B><TT>aAddress</TT></B>. The parent of the new <B><TT>DwAddress</TT></B> object is set to <B><TT>NULL</TT></B>. <P> The third constructor copies <B><TT>aStr</TT></B> to the <B><TT>DwAddress</TT></B> object's string representation and sets -<B><TT>aParent</TT></B> as its tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. The virtual member function <B><TT>Parse()</TT></B> should be called immediately after this constructor in order to parse the string representation. Unless it is <B><TT>NULL</TT></B>, <B><TT>aParent</TT></B> should point to an object of @@ -147,7 +147,7 @@ a class derived from <B><TT>DwField</TT></B>. (const DwAddress& aAddr) </FONT></B> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aAddr</TT></B>. The tqparent node of the <B><TT>DwAddress</TT></B> object +<B><TT>aAddr</TT></B>. The parent node of the <B><TT>DwAddress</TT></B> object is not changed. <P> </BODY></HTML> |