diff options
author | Slávek Banko <[email protected]> | 2013-06-29 16:33:55 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-04 03:57:45 +0200 |
commit | f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db (patch) | |
tree | 0414ba9f0823b98d2a159c11513ddcda84b932cc /src/fieldlistview.h | |
parent | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff) | |
download | kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip |
Initial TDE conversion
Diffstat (limited to 'src/fieldlistview.h')
-rw-r--r-- | src/fieldlistview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fieldlistview.h b/src/fieldlistview.h index 9cfed77..7ec1fd4 100644 --- a/src/fieldlistview.h +++ b/src/fieldlistview.h @@ -26,7 +26,7 @@ #include <entryfield.h> class TQString; -class KListView; +class TDEListView; class TQListViewItem; class TQPushButton; class TQCheckBox; @@ -81,7 +81,7 @@ namespace KBibTeX bool m_isModified; int m_newValueCounter; BibTeX::EntryField::FieldType m_fieldType; - KListView *m_listViewElements; + TDEListView *m_listViewElements; TQPushButton *m_pushButtonAdd; TQPushButton *m_pushButtonEdit; TQPushButton *m_pushButtonDelete; |