summaryrefslogtreecommitdiffstats
path: root/parts/documentation/searchview.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/documentation/searchview.h')
-rw-r--r--parts/documentation/searchview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/documentation/searchview.h b/parts/documentation/searchview.h
index cf7062c7..7c3602c1 100644
--- a/parts/documentation/searchview.h
+++ b/parts/documentation/searchview.h
@@ -25,7 +25,7 @@
class DocumentationPart;
class KLineEdit;
class KComboBox;
-class KListView;
+class TDEListView;
class KPushButton;
class TDEProcess;
class TQListViewItem;
@@ -65,7 +65,7 @@ private:
KLineEdit *m_edit;
KComboBox *m_searchMethodBox;
KComboBox *m_sortMethodBox;
- KListView *m_view;
+ TDEListView *m_view;
KPushButton *m_configButton;
KPushButton *m_indexButton;
KPushButton *m_goSearchButton;