summaryrefslogtreecommitdiffstats
path: root/src/settingskeyword.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingskeyword.h')
-rw-r--r--src/settingskeyword.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settingskeyword.h b/src/settingskeyword.h
index 49e3b7e..ae78471 100644
--- a/src/settingskeyword.h
+++ b/src/settingskeyword.h
@@ -22,7 +22,7 @@
#include <ntqwidget.h>
-class KListView;
+class TDEListView;
class TQPushButton;
namespace KBibTeX
@@ -55,7 +55,7 @@ namespace KBibTeX
private:
TQStringList *m_keywords;
TQStringList m_keywordsFromFile;
- KListView *m_listKeywords;
+ TDEListView *m_listKeywords;
TQPushButton *m_buttonNewKeyword;
TQPushButton *m_buttonEditKeyword;
TQPushButton *m_buttonDeleteKeyword;