summaryrefslogtreecommitdiffstats
path: root/src/entrywidgetkeyword.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-06-29 16:33:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 03:57:45 +0200
commitf2d4b48ad7f6ce4f23c6cbba3e85c67486f922db (patch)
tree0414ba9f0823b98d2a159c11513ddcda84b932cc /src/entrywidgetkeyword.h
parent5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff)
downloadkbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz
kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip
Initial TDE conversion
Diffstat (limited to 'src/entrywidgetkeyword.h')
-rw-r--r--src/entrywidgetkeyword.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entrywidgetkeyword.h b/src/entrywidgetkeyword.h
index e8a7c75..3de2838 100644
--- a/src/entrywidgetkeyword.h
+++ b/src/entrywidgetkeyword.h
@@ -23,14 +23,14 @@
#include <entrywidgettab.h>
class TQPushButton;
-class KListView;
+class TDEListView;
namespace KBibTeX
{
class KeywordListViewItem: public TQCheckListItem
{
public:
- KeywordListViewItem( KListView * parent, const TQString & text, bool isGlobal );
+ KeywordListViewItem( TDEListView * parent, const TQString & text, bool isGlobal );
~KeywordListViewItem();
bool isGlobal()
@@ -75,7 +75,7 @@ namespace KBibTeX
TQStringList m_fileKeywords;
TQStringList m_usedKeywords;
bool m_isModified;
- KListView *m_listviewKeywords;
+ TDEListView *m_listviewKeywords;
TQPushButton *m_buttonNew;
TQPushButton *m_buttonEdit;
TQPushButton *m_buttonToggleGlobal;