diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | f4fae92b6768541e2952173c3d4b09040f95bf7e (patch) | |
tree | d8c5d93232235cd635f3310b4d95490df181ba2d /mimelib/doc/headers.html | |
parent | 125c0a08265b75a133644d3b55f47e37c919f45d (diff) | |
download | tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip |
Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mimelib/doc/headers.html')
-rw-r--r-- | mimelib/doc/headers.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mimelib/doc/headers.html b/mimelib/doc/headers.html index 8bf94ad98..35519c395 100644 --- a/mimelib/doc/headers.html +++ b/mimelib/doc/headers.html @@ -155,7 +155,7 @@ the individual header fields. In the tree (broken-down) representation of a message, a <B><TT>DwHeaders</TT></B> object is an intermediate node, having both a parent node and several child nodes. The parent node is the -<B><TT><A HREF="entity.html">DwEntity</A></TT></B> object that contains it. +<B><TT><A HREF="entity.html">DwEntity</A></TT></B> object that tqcontains it. The child nodes are the <B><TT>DwField</TT></B> objects in the list it manages. (See the man page for <B><TT><A HREF="msgcmp.html">DwMessageComponent</A></TT></B> for a discussion @@ -167,7 +167,7 @@ but you access it through the <B><TT>Headers()</TT></B> member function of for you. <P> While <B><TT>DwHeaders</TT></B> has public member functions for managing -the list of <B><TT>DwField</TT></B> objects it contains, you will normally +the list of <B><TT>DwField</TT></B> objects it tqcontains, you will normally use convenience functions to access the field bodies of the header fields directly. You can access the field body for a specific well-known header field by using the member function @@ -416,7 +416,7 @@ function: most applications should use the </B></FONT> <P> Adds a <B><TT>DwField</TT></B> object to the list. If a header field with -the same field name already exists, it is replaced by the new header field. +the same field name already exists, it is tqreplaced by the new header field. <P> <B><TT>DwHeaders</TT></B> takes responsibility for deleting the added <B><TT>DwField</TT></B> object. @@ -430,7 +430,7 @@ to add header fields. </B></FONT> <P> Adds a <B><TT>DwField</TT></B> object to the list. If a header field with -the same field name already exists, it is <I>not</I> replaced; thus, duplicate +the same field name already exists, it is <I>not</I> tqreplaced; thus, duplicate header fields may occur when using this member function. (This is what you want for some header fields, such as the "Received" header field). <P> |