diff options
Diffstat (limited to 'kexi/widget/kexifieldlistview.h')
-rw-r--r-- | kexi/widget/kexifieldlistview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/widget/kexifieldlistview.h b/kexi/widget/kexifieldlistview.h index a5630a30..e936cc89 100644 --- a/kexi/widget/kexifieldlistview.h +++ b/kexi/widget/kexifieldlistview.h @@ -24,7 +24,7 @@ #include <tqpixmap.h> #include <klistview.h> -class KListViewItem; +class TDEListViewItem; namespace KexiDB { class TableOrQuerySchema; @@ -32,7 +32,7 @@ namespace KexiDB { /*! This widget provides a list of fields from a table or query. */ -class KEXIEXTWIDGETS_EXPORT KexiFieldListView : public KListView +class KEXIEXTWIDGETS_EXPORT KexiFieldListView : public TDEListView { Q_OBJECT @@ -77,7 +77,7 @@ class KEXIEXTWIDGETS_EXPORT KexiFieldListView : public KListView TQPixmap m_keyIcon; //!< a small "primary key" icon for 0-th column TQPixmap m_noIcon; //!< blank icon of the same size as m_keyIcon int m_options; - KListViewItem *m_allColumnsItem; + TDEListViewItem *m_allColumnsItem; }; #endif |