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/entrywidgetother.h | |
parent | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff) | |
download | kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip |
Initial TDE conversion
Diffstat (limited to 'src/entrywidgetother.h')
-rw-r--r-- | src/entrywidgetother.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entrywidgetother.h b/src/entrywidgetother.h index e8aae71..39f42b9 100644 --- a/src/entrywidgetother.h +++ b/src/entrywidgetother.h @@ -25,7 +25,7 @@ #include <entrywidgettab.h> class TQPushButton; -class KListView; +class TDEListView; class TQLineEdit; namespace KBibTeX @@ -59,7 +59,7 @@ namespace KBibTeX TQPushButton *m_pushButtonOpen; TQLineEdit *m_lineEditKey; FieldLineEdit *m_fieldLineEditValue; - KListView *m_listViewFields; + TDEListView *m_listViewFields; KURL m_internalURL; void setupGUI(); |