diff options
Diffstat (limited to 'kioslaves/imap4/mimehdrline.h')
-rw-r--r-- | kioslaves/imap4/mimehdrline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslaves/imap4/mimehdrline.h b/kioslaves/imap4/mimehdrline.h index 210f5a7c4..e31c18649 100644 --- a/kioslaves/imap4/mimehdrline.h +++ b/kioslaves/imap4/mimehdrline.h @@ -52,10 +52,10 @@ and report characters slurped */ static int parseAlphaNum (const char *); protected: // Protected attributes - /** tqcontains the Value + /** contains the Value */ TQCString mimeValue; - /** tqcontains the Label of the line + /** contains the Label of the line */ TQCString mimeLabel; protected: // Protected methods |