diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 14:57:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 14:57:59 -0600 |
commit | b3fda942e32c9626085145deeec300480e50ea85 (patch) | |
tree | fb00d29b7ebc78866165b9d462987059b3f6aa1c /adept/libadept/tagchooser.h | |
parent | dd1c3a7275c5ae000842515d0da3a2a3d4acf0f5 (diff) | |
download | adept-b3fda942e32c9626085145deeec300480e50ea85.tar.gz adept-b3fda942e32c9626085145deeec300480e50ea85.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'adept/libadept/tagchooser.h')
-rw-r--r-- | adept/libadept/tagchooser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/adept/libadept/tagchooser.h b/adept/libadept/tagchooser.h index 1fcc688..fdd7e3d 100644 --- a/adept/libadept/tagchooser.h +++ b/adept/libadept/tagchooser.h @@ -21,7 +21,7 @@ class FacetItem; class FacetExtender; class TagChooser; -class TagItem : public KListViewItem { +class TagItem : public TDEListViewItem { public: typedef cache::entity::Tag Tag; virtual TQString text( int ) const; @@ -34,7 +34,7 @@ protected: Tag m_tag; }; -class FacetItem : public KListViewItem +class FacetItem : public TDEListViewItem { public: typedef cache::entity::Facet Facet; @@ -46,7 +46,7 @@ protected: Facet m_facet; }; -class TagChooser : public KListView, public cache::Observer // ExtendableList +class TagChooser : public TDEListView, public cache::Observer // ExtendableList { Q_OBJECT |