diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-13 00:46:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-13 00:46:47 +0000 |
commit | 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 (patch) | |
tree | 5f52a9eada2e9f3654fc327d7c14dfef570a6ecb /mimelib/doc/msgid.html | |
parent | 2ee4bf4fd5eff93b2fbef0ff8e8063edffc5da5c (diff) | |
download | tdepim-67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7.tar.gz tdepim-67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7.zip |
Initial conversion of kdepim to TQt
This will probably require some tweaking before it will build under Qt4,
however Qt3 builds are OK. Any alterations this commit makes to kdepim
behaviour under Qt3 are unintentional and should be fixed.
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mimelib/doc/msgid.html')
-rw-r--r-- | mimelib/doc/msgid.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mimelib/doc/msgid.html b/mimelib/doc/msgid.html index da64d38a9..0f5b7c365 100644 --- a/mimelib/doc/msgid.html +++ b/mimelib/doc/msgid.html @@ -49,12 +49,12 @@ protected: <P> <B><TT>DwMsgId</TT></B> represents a <I>msg-id</I> as described in RFC-822. In the BNF grammar in RFC-822, a msg-id has a <I>local-part</I> and a -<I>domain</I>. In MIME++, a <B><TT>DwMsgId</TT></B> tqcontains strings that +<I>domain</I>. In MIME++, a <B><TT>DwMsgId</TT></B> contains strings that contain the local-part and the domain. <P> In the tree (broken-down) representation of message, a -<B><TT>DwMsgId</TT></B> object may only be a leaf node, having a parent but -no child nodes. Its parent node must be a +<B><TT>DwMsgId</TT></B> object may only be a leaf node, having a tqparent but +no child nodes. Its tqparent node must be a <A HREF="field.html"><B><TT>DwField</TT></B> </A>object. <P> <B><TT>DwMsgId</TT></B> has member functions for getting or setting its @@ -71,15 +71,15 @@ DwMsgId(const DwString& aStr, DwMessageComponent* aParent=0) </B></FONT> <P> The first constructor is the default constructor, which sets the <B><TT>DwMsgId</TT></B> object's string representation to the empty string -and sets its parent to NULL. +and sets its tqparent to NULL. <P> The second constructor is the copy constructor, which performs a deep copy -of <B><TT>aMsgId</TT></B>. The parent of the new <B><TT>DwMsgId</TT></B> +of <B><TT>aMsgId</TT></B>. The tqparent of the new <B><TT>DwMsgId</TT></B> object is set to NULL. <P> The third constructor copies <B><TT>aStr</TT></B> to the <B><TT>DwMsgId</TT></B> object's string representation and sets -<B><TT>aParent</TT></B> as its parent. The virtual member function +<B><TT>aParent</TT></B> as its tqparent. 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 NULL, <B><TT>aParent</TT></B> should point to an object of a class derived from @@ -89,7 +89,7 @@ in order to parse the string representation. Unless it is NULL, (const DwMsgId& aMsgId) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aMsgId</TT></B>. The parent node of the <B><TT>DwMsgId</TT></B> object +<B><TT>aMsgId</TT></B>. The tqparent node of the <B><TT>DwMsgId</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> |