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 e31c18649..210f5a7c4 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 - /** contains the Value + /** tqcontains the Value */ TQCString mimeValue; - /** contains the Label of the line + /** tqcontains the Label of the line */ TQCString mimeLabel; protected: // Protected methods |