summaryrefslogtreecommitdiffstats
path: root/src/cdopener.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:53 -0600
commit4955fd5009a6f4b615fec006c960c0ed99e3d9a7 (patch)
tree5721cb5c85684019e0649729dca1b90e93934efb /src/cdopener.h
parent5b1e3197e7c9ef6e24eaf7863a7ddea5996e581b (diff)
downloadsoundkonverter-4955fd5009a6f4b615fec006c960c0ed99e3d9a7.tar.gz
soundkonverter-4955fd5009a6f4b615fec006c960c0ed99e3d9a7.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/cdopener.h')
-rwxr-xr-xsrc/cdopener.h4
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;