From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/headerlistquicksearch.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail/headerlistquicksearch.h') 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 statusList; -- cgit v1.2.1