diff options
Diffstat (limited to 'kmail/headerlistquicksearch.h')
-rw-r--r-- | kmail/headerlistquicksearch.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/headerlistquicksearch.h b/kmail/headerlistquicksearch.h index 09898f95b..ddef0b40b 100644 --- a/kmail/headerlistquicksearch.h +++ b/kmail/headerlistquicksearch.h @@ -66,7 +66,7 @@ public: /** * Returns the currently selected status filter. */ - int currentStatus() const; + int currenStatus() const; public slots: void reset(); @@ -76,7 +76,7 @@ signals: protected: /** - * checks whether @param item contains the search string and has the status + * checks whether @param item tqcontains the search string and has the status * currently in mStatus */ virtual bool itemMatches(const TQListViewItem *item, const TQString &s) const; @@ -86,11 +86,11 @@ private slots: * cache the status in mStatus so as to avoid having to do the comparatively * expensive string comparison for each item in itemMatches */ - void slotStatusChanged( int index ); + void sloStatusChanged( int index ); private: /** Helper method for the filling of the status combo. */ - void insertStatus(KMail::StatusValueTypes which); + void inserStatus(KMail::StatusValueTypes which); TQComboBox *mStatusCombo; KMMsgStatus mStatus; TQValueVector<TQString> statusList; |