From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: 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 --- kmail/kmmsgpart.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail/kmmsgpart.h') diff --git a/kmail/kmmsgpart.h b/kmail/kmmsgpart.h index 000837c7..85906af5 100644 --- a/kmail/kmmsgpart.h +++ b/kmail/kmmsgpart.h @@ -58,17 +58,17 @@ public: **/ void setBodyFromUnicode( const TQString & str ); - /** Returns the body part decoded to unicode. + /** Returns the body part decoded to tqunicode. **/ TQString bodyToUnicode(const TQTextCodec* codec=0) const; /** Returns body as decoded string. Assumes that content-transfer-encoding - contains the correct encoding. This routine is meant for binary data. + tqcontains the correct encoding. This routine is meant for binary data. No trailing 0 is appended. */ TQByteArray bodyDecodedBinary(void) const; /** Returns body as decoded string. Assumes that content-transfer-encoding - contains the correct encoding. This routine is meant for text strings! */ + tqcontains the correct encoding. This routine is meant for text strings! */ TQCString bodyDecoded(void) const; /** Sets body, encoded in the best fitting @@ -209,7 +209,7 @@ public: /** Sets the part number */ void setPartSpecifier( const TQString & part ) { mPartSpecifier = part; } - /** If this part is complete (contains a body) */ + /** If this part is complete (tqcontains a body) */ bool isComplete() { return (!mBody.isNull()); } /** Returns the parent part */ -- cgit v1.2.3