This was never supposed to have gone in

svn path=/branches/KDE/3.5/kdepim/; revision=443067
wilder-work
Lus Pedro Coelho 21 years ago
parent 90eed8a91d
commit 4bbfcf05a7
  1. 2
      klistviewindexedsearchline.cpp

@ -62,8 +62,6 @@ void KListViewIndexedSearchLine::updateSearch( const QString& s ) {
KListViewSearchLine::updateSearch( s );
}
#include <iostream>
#define kdDebug( x ) std::cerr
#define endl std::endl
bool KListViewIndexedSearchLine::itemMatches( const QListViewItem* item, const QString& s ) const {
return !mFiltering ||

Loading…
Cancel
Save