diff options
Diffstat (limited to 'kmail/kmmsgbase.h')
-rw-r--r-- | kmail/kmmsgbase.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/kmmsgbase.h b/kmail/kmmsgbase.h index 94d5d966e..43a101027 100644 --- a/kmail/kmmsgbase.h +++ b/kmail/kmmsgbase.h @@ -152,7 +152,7 @@ public: KMFolderIndex* storage() const; /** Return owning folder. */ - KMFolder* tqparent() const { return mParent; } + KMFolder* parent() const { return mParent; } /** Set owning folder. */ void setParent(KMFolder* p) { mParent = p; } @@ -219,7 +219,7 @@ public: virtual KMMsgtqStatus status(void) const = 0; /** Set status and mark dirty. Optional optimization: @p idx may - * specify the index of this message within the tqparent folder. */ + * specify the index of this message within the parent folder. */ virtual void setqStatus(const KMMsgtqStatus status, int idx = -1); virtual void toggletqStatus(const KMMsgtqStatus status, int idx = -1); virtual void setqStatus(const char* statusField, const char* xstatusField=0); @@ -238,22 +238,22 @@ public: /** Set encryption status of the message and mark dirty. Optional * optimization: @p idx may specify the index of this message within - * the tqparent folder. */ + * the parent folder. */ virtual void setEncryptionState(const KMMsgEncryptionState, int idx = -1); /** Set signature status of the message and mark dirty. Optional * optimization: @p idx may specify the index of this message within - * the tqparent folder. */ + * the parent folder. */ virtual void setSignatureState(const KMMsgSignatureState, int idx = -1); /** Set encryption status of the message and mark dirty. Optional * optimization: @p idx may specify the index of this message within - * the tqparent folder. */ + * the parent folder. */ virtual void setEncryptionStateChar( TQChar status, int idx = -1 ); /** Set signature status of the message and mark dirty. Optional * optimization: @p idx may specify the index of this message within - * the tqparent folder. */ + * the parent folder. */ virtual void setSignatureStateChar( TQChar status, int idx = -1 ); /** Important header fields of the message that are also kept in the index. */ |