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/bodypart.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/bodypart.html')
-rw-r--r-- | mimelib/doc/bodypart.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mimelib/doc/bodypart.html b/mimelib/doc/bodypart.html index 4021b4de3..93f281b5d 100644 --- a/mimelib/doc/bodypart.html +++ b/mimelib/doc/bodypart.html @@ -47,7 +47,7 @@ of headers and a <I>body</I>. A body part is different from a <I>message</I> in that a body part is part of a multipart body. <P> In MIME++, a <B><TT>DwBodyPart</TT></B> is a subclass of -<B><TT><A HREF="entity.html">DwEntity</A></TT></B>; therefore, it tqcontains +<B><TT><A HREF="entity.html">DwEntity</A></TT></B>; therefore, it contains both a <B><TT><A HREF="headers.html">DwHeaders</A></TT></B> object and a <B><TT><A HREF="body.html">DwBody</A></TT></B> object, and it is contained in a multipart <B><TT>DwBody</TT></B> object. |