diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | f4fae92b6768541e2952173c3d4b09040f95bf7e (patch) | |
tree | d8c5d93232235cd635f3310b4d95490df181ba2d /kmail/headerlistquicksearch.h | |
parent | 125c0a08265b75a133644d3b55f47e37c919f45d (diff) | |
download | tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip |
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
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; |