summaryrefslogtreecommitdiffstats
path: root/ark/searchbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'ark/searchbar.h')
-rw-r--r--ark/searchbar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ark/searchbar.h b/ark/searchbar.h
index 1b9aa03..52a6d56 100644
--- a/ark/searchbar.h
+++ b/ark/searchbar.h
@@ -25,16 +25,16 @@
#include <tqwidget.h>
-class KListView;
+class TDEListView;
class KComboBox;
-class KActionCollection;
+class TDEActionCollection;
-class SearchBar: public KListViewSearchLine
+class SearchBar: public TDEListViewSearchLine
{
Q_OBJECT
public:
- SearchBar( TQWidget* parent, KActionCollection* aC, const char * name = 0 );
+ SearchBar( TQWidget* parent, TDEActionCollection* aC, const char * name = 0 );
~SearchBar();
};