summaryrefslogtreecommitdiffstats
path: root/juk/trackpickerdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:25 -0600
commit940c092f32d40263ad6b24f948eaf4c48b01e99a (patch)
treef5235b5c44e8aaedd3484a00551e29993d548590 /juk/trackpickerdialog.cpp
parentced2058eaf8e5af831ebc02812a18937ff7e1de3 (diff)
downloadtdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.tar.gz
tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'juk/trackpickerdialog.cpp')
-rw-r--r--juk/trackpickerdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/trackpickerdialog.cpp b/juk/trackpickerdialog.cpp
index 91e2b012..af9c01c0 100644
--- a/juk/trackpickerdialog.cpp
+++ b/juk/trackpickerdialog.cpp
@@ -27,11 +27,11 @@
#define NUMBER(x) (x == 0 ? TQString() : TQString::number(x))
-class TrackPickerItem : public KListViewItem
+class TrackPickerItem : public TDEListViewItem
{
public:
- TrackPickerItem(KListView *parent, const KTRMResult &result) :
- KListViewItem(parent, parent->lastChild(),
+ TrackPickerItem(TDEListView *parent, const KTRMResult &result) :
+ TDEListViewItem(parent, parent->lastChild(),
result.title(), result.artist(), result.album(),
NUMBER(result.track()), NUMBER(result.year())),
m_result(result) {}