diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 4c6f8d69e2d1501837affb472c4eb8fec4462240 (patch) | |
tree | 766a8ad7939fcf3eec534184c36bd0e0f80489e2 /mimelib/doc/mailbox.html | |
parent | 469cc56a805bd3d6940d54adbef554877c29853c (diff) | |
download | tdepim-4c6f8d69e2d1501837affb472c4eb8fec4462240.tar.gz tdepim-4c6f8d69e2d1501837affb472c4eb8fec4462240.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mimelib/doc/mailbox.html')
-rw-r--r-- | mimelib/doc/mailbox.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/doc/mailbox.html b/mimelib/doc/mailbox.html index 4a25dc4e7..385bd8a23 100644 --- a/mimelib/doc/mailbox.html +++ b/mimelib/doc/mailbox.html @@ -66,7 +66,7 @@ deprecated according to RFC-1123. In MIME++, an RFC-822 mailbox is represented by a <B><TT>DwMailbox</TT></B> object. <B><TT>DwMailbox</TT></B> is a subclass of <B><TT><A HREF="address.html">DwAddress</A></TT></B>, which reflects the -fact that a mailbox is also an address. A <B><TT>DwMailbox</TT></B> tqcontains +fact that a mailbox is also an address. A <B><TT>DwMailbox</TT></B> contains strings representing the full name, local-part, route, and domain of a mailbox. <P> In the tree (broken-down) representation of message, a @@ -77,7 +77,7 @@ but no child nodes. Its tqparent node must be a <B><TT><A HREF="mboxlist.html">DwMailboxList</A></TT></B> object. <P> <B><TT>DwMailbox</TT></B> has member functions for getting or setting the -strings it tqcontains. +strings it contains. <P> <B><TT>DwMailbox</TT></B> object can be included in a list of <B><TT>DwMailbox</TT></B> objects. To get the next |