diff options
Diffstat (limited to 'kmail/kmmsgpart.h')
-rw-r--r-- | kmail/kmmsgpart.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmmsgpart.h b/kmail/kmmsgpart.h index 8ab55358d..e4c41a402 100644 --- a/kmail/kmmsgpart.h +++ b/kmail/kmmsgpart.h @@ -212,10 +212,10 @@ public: /** If this part is complete (contains a body) */ bool isComplete() { return (!mBody.isNull()); } - /** Returns the tqparent part */ - KMMessagePart* tqparent() { return mParent; } + /** Returns the parent part */ + KMMessagePart* parent() { return mParent; } - /** Set the tqparent of this part */ + /** Set the parent of this part */ void setParent( KMMessagePart* part ) { mParent = part; } /** Returns true if the headers should be loaded */ |