summaryrefslogtreecommitdiffstats
path: root/kmail/interfaces/bodypart.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/interfaces/bodypart.h')
-rw-r--r--kmail/interfaces/bodypart.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kmail/interfaces/bodypart.h b/kmail/interfaces/bodypart.h
index 8d3e1bbc..251d61af 100644
--- a/kmail/interfaces/bodypart.h
+++ b/kmail/interfaces/bodypart.h
@@ -21,11 +21,11 @@
In addition, as a special exception, the copyright holders give
permission to link the code of this program with any edition of
- the Qt library by Trolltech AS, Norway (or with modified versions
- of Qt that use the same license as Qt), and distribute linked
+ the TQt library by Trolltech AS, Norway (or with modified versions
+ of TQt that use the same license as TQt), and distribute linked
combinations including the two. You must obey the GNU General
Public License in all respects for all of the code used other than
- Qt. If you modify this file, you may extend this exception to
+ TQt. If you modify this file, you may extend this exception to
your version of the file, but you are not obligated to do so. If
you do not wish to do so, delete this exception statement from
your version.
@@ -84,7 +84,7 @@ namespace KMail {
/**
@return the decoded (CTE, canonicalisation, and charset
encoding undone) text contained in the body part, or
- TQString::null, it the body part is not of type "text".
+ TQString(), it the body part is not of type "text".
*/
virtual TQString asText() const = 0;
@@ -96,7 +96,7 @@ namespace KMail {
/**
@return the value of the content-type header field parameter
- with name \a parameter, or TQString::null, if that that
+ with name \a parameter, or TQString(), if that that
parameter is not present in the body's content-type header
field. RFC 2231 encoding is removed first.
@@ -114,7 +114,7 @@ namespace KMail {
/**
@return the content of the content-description header field,
- or TQString::null if that header is not present in this body
+ or TQString() if that header is not present in this body
part. RFC 2047 encoding is decoded first.
*/
virtual TQString contentDescription() const = 0;
@@ -122,7 +122,7 @@ namespace KMail {
//virtual int contentDisposition() const = 0;
/**
@return the value of the content-disposition header field
- parameter with name \a parameter, or TQString::null if that
+ parameter with name \a parameter, or TQString() if that
parameter is not present in the body's content-disposition
header field. RFC 2231 encoding is removed first.