From 0e00c0a86a4c9d7e80c7b66d91940cc7dcb79f78 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:34:45 -0600 Subject: Rename old tq methods that no longer need a unique name --- kmail/headerlistquicksearch.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kmail/headerlistquicksearch.h') diff --git a/kmail/headerlistquicksearch.h b/kmail/headerlistquicksearch.h index e0589c7d6..0e3c4c9de 100644 --- a/kmail/headerlistquicksearch.h +++ b/kmail/headerlistquicksearch.h @@ -31,7 +31,7 @@ #ifndef KMAILHEADERLISTQUICKSEARCH_H #define KMAILHEADERLISTQUICKSEARCH_H -#include "kmmsgbase.h" // for KMMsgtqStatus +#include "kmmsgbase.h" // for KMMsgStatus #include "kmsearchpattern.h" #include #include @@ -67,7 +67,7 @@ public: /** * Returns the currently selected status filter. */ - int currentqStatus() const; + int currenStatus() const; public slots: void reset(); @@ -78,22 +78,22 @@ signals: protected: /** * checks whether @param item contains the search string and has the status - * currently in mtqStatus + * currently in mStatus */ virtual bool itemMatches(const TQListViewItem *item, const TQString &s) const; private slots: /** - * cache the status in mtqStatus so as to avoid having to do the comparatively + * cache the status in mStatus so as to avoid having to do the comparatively * expensive string comparison for each item in itemMatches */ void sloStatusChanged( int index ); private: /** Helper method for the filling of the status combo. */ - void insertqStatus(KMail::StatusValueTypes which); + void inserStatus(KMail::StatusValueTypes which); TQComboBox *mStatusCombo; - KMMsgtqStatus mtqStatus; + KMMsgStatus mStatus; TQValueVector statusList; mutable TQString mCurrentSearchTerm; }; -- cgit v1.2.1