diff options
Diffstat (limited to 'kmail/kmmsgbase.h')
-rw-r--r-- | kmail/kmmsgbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmmsgbase.h b/kmail/kmmsgbase.h index a135edc58..1137bb6e9 100644 --- a/kmail/kmmsgbase.h +++ b/kmail/kmmsgbase.h @@ -459,7 +459,7 @@ public: enum MsgPartType { MsgNoPart = 0, - //tqunicode strings + //unicode strings MsgFromStripPart = 1, MsgSubjectPart = 2, MsgToStripPart = 3, @@ -474,7 +474,7 @@ public: MsgFilePart = 11, MsgCryptoStatePart = 12, MsgMDNSentPart = 13, - //another two tqunicode strings + //another two unicode strings MsgReplyToAuxIdMD5Part = 14, MsgStrippedSubjectMD5Part = 15, // and another unsigned long |