summaryrefslogtreecommitdiffstats
path: root/kmail/klistviewindexedsearchline.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/klistviewindexedsearchline.h')
-rw-r--r--kmail/klistviewindexedsearchline.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/klistviewindexedsearchline.h b/kmail/klistviewindexedsearchline.h
index 9dfd227b..abd6e817 100644
--- a/kmail/klistviewindexedsearchline.h
+++ b/kmail/klistviewindexedsearchline.h
@@ -37,24 +37,24 @@
#include <vector>
-class KListView;
+class TDEListView;
class TQListViewItem;
class TQToolButton;
-class KListViewSearchLine;
+class TDEListViewSearchLine;
/**
* Extends HeaderListQuickSearch to also search inside message bodies using KMMsgIndex
*/
-class TDEUI_EXPORT KListViewIndexedSearchLine: public KMail::HeaderListQuickSearch
+class TDEUI_EXPORT TDEListViewIndexedSearchLine: public KMail::HeaderListQuickSearch
{
Q_OBJECT
public:
- explicit KListViewIndexedSearchLine(TQWidget *parent, KListView *listView, KActionCollection* action, const char *name = 0);
- ~KListViewIndexedSearchLine();
+ explicit TDEListViewIndexedSearchLine(TQWidget *parent, TDEListView *listView, TDEActionCollection* action, const char *name = 0);
+ ~TDEListViewIndexedSearchLine();
public slots:
/**