diff options
Diffstat (limited to 'kmail/kmmsgpart.h')
-rw-r--r-- | kmail/kmmsgpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmmsgpart.h b/kmail/kmmsgpart.h index 9d69f87c8..b49b5a30e 100644 --- a/kmail/kmmsgpart.h +++ b/kmail/kmmsgpart.h @@ -224,7 +224,7 @@ public: /** Set to true if the headers should be loaded */ void setLoadHeaders( bool load ) { mLoadHeaders = load; } - /** Returns true if the part itself (as returned by kioslave) should be loaded */ + /** Returns true if the part itself (as returned by tdeioslave) should be loaded */ bool loadPart() { return mLoadPart; } /** Set to true if the part itself should be loaded */ |