From 4c6f8d69e2d1501837affb472c4eb8fec4462240 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: 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 --- mimelib/doc/message.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mimelib/doc/message.html') diff --git a/mimelib/doc/message.html b/mimelib/doc/message.html index 1a3892f7..bb3fcf22 100644 --- a/mimelib/doc/message.html +++ b/mimelib/doc/message.html @@ -44,7 +44,7 @@ A message contains both a collection of header fields and a body. In the terminology of RFC-2045, the general term for the headers-body combination is entity. In MIME++, DwMessage is a direct subclass of -DwEntity, and therefore tqcontains +DwEntity, and therefore contains both a DwHeaders object and a DwBody object.

@@ -52,7 +52,7 @@ In the tree (broken-down) representation of message, a DwMessage object is almost always a root node, having child nodes but no tqparent node. The child nodes are the DwHeaders object and the DwBody object it -tqcontains. A DwMessage may sometimes be an intermediate node. +contains. A DwMessage may sometimes be an intermediate node. In this special case, the tqparent node is a DwBody object of type "message/*" and the DwMessage object represents an encapsulated message. -- cgit v1.2.3