From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- kmail/folderstorage.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kmail/folderstorage.h') diff --git a/kmail/folderstorage.h b/kmail/folderstorage.h index 390675a25..3aeefbc4c 100644 --- a/kmail/folderstorage.h +++ b/kmail/folderstorage.h @@ -71,7 +71,7 @@ typedef TQValueList SerNumList; * * @section Accounts * The accounts (of KMail) that are fed into the folder are - * represented as the tqchildren of the folder. They are only stored here + * represented as the children of the folder. They are only stored here * during runtime to have a reference for which accounts point to a * specific folder. */ @@ -109,10 +109,10 @@ public: /** Specify, that the folder can't contain mails. */ virtual void setNoContent(bool aNoContent); - /** Returns, if the folder can't have tqchildren */ + /** Returns, if the folder can't have children */ virtual bool noChildren() const { return mNoChildren; } - /** Specify, that the folder can't have tqchildren */ + /** Specify, that the folder can't have children */ virtual void setNoChildren( bool aNoChildren ); enum ChildrenState { @@ -120,11 +120,11 @@ public: HasNoChildren, ChildrenUnknown }; - /** Returns if the folder has tqchildren, - * has no tqchildren or we don't know */ + /** Returns if the folder has children, + * has no children or we don't know */ virtual ChildrenState hasChildren() const { return mHasChildren; } - /** Specify if the folder has tqchildren */ + /** Specify if the folder has children */ virtual void setHasChildren( ChildrenState state ) { mHasChildren = state; } @@ -245,7 +245,7 @@ public: * be reflected in the UI. */ virtual bool isCloseToQuota() const; - /** Called by KMMsgBase::seStatus when status of a message has changed + /** Called by KMMsgBase::setStatus when status of a message has changed required to keep the number unread messages variable current. */ virtual void msgStatusChanged( const KMMsgStatus oldStatus, const KMMsgStatus newStatus, @@ -364,10 +364,10 @@ public: void deregisterFromMessageDict(); /** Set the status of the message at index @p idx to @p status. */ - virtual void seStatus(int idx, KMMsgStatus status, bool toggle=false); + virtual void setStatus(int idx, KMMsgStatus status, bool toggle=false); /** Set the status of the message(s) in the TQValueList @p ids to @p status. */ - virtual void seStatus(TQValueList& ids, KMMsgStatus status, bool toggle=false); + virtual void setStatus(TQValueList& ids, KMMsgStatus status, bool toggle=false); void removeJobs(); -- cgit v1.2.1