diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:02:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:02:43 -0600 |
commit | aea627236e4de24599c3e30617cf264c3c1b7d40 (patch) | |
tree | 467e13ca5a7eb0ab292259289ecc3572f53c5eae /kexi/widget/kexifieldlistview.h | |
parent | 786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff) | |
download | koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip |
Rename a number of classes to enhance compatibility with KDE4
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 |