summaryrefslogtreecommitdiffstats
path: root/parts/documentation/searchview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:15:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:15:35 -0600
commitf78eb03afb8c9a380985d26286afc40b4c89b292 (patch)
tree3c087e2f119e645c902958c3bc3c802abf078ad0 /parts/documentation/searchview.h
parentda1941ccadffe5ae70ee111c53f0ec2b3d990869 (diff)
downloadtdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.tar.gz
tdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.zip
Rename a number of classes to enhance compatibility with KDE4
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;