diff options
Diffstat (limited to 'src/cdopener.h')
-rwxr-xr-x | src/cdopener.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cdopener.h b/src/cdopener.h index 379d54a..ea5c284 100755 --- a/src/cdopener.h +++ b/src/cdopener.h @@ -9,7 +9,7 @@ class CDManager; class TagEngine; class Config; class ComboButton; -class KListView; +class TDEListView; class KPushButton; class KLineEdit; class KComboBox; @@ -53,7 +53,7 @@ public: private: /** A list of all tracks on the CD */ - KListView *trackList; + TDEListView *trackList; /** A combobox for entering the artist or selecting VA of the whole CD */ KComboBox *cArtist; |