summaryrefslogtreecommitdiffstats
path: root/juk/viewmode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/viewmode.cpp')
-rw-r--r--juk/viewmode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/viewmode.cpp b/juk/viewmode.cpp
index d1877730..efb0d06c 100644
--- a/juk/viewmode.cpp
+++ b/juk/viewmode.cpp
@@ -227,7 +227,7 @@ void CompactViewMode::paintCell(PlaylistBox::Item *item,
const TQColorGroup &colorGroup,
int column, int width, int align)
{
- item->KListViewItem::paintCell(painter, colorGroup, column, width, align);
+ item->TDEListViewItem::paintCell(painter, colorGroup, column, width, align);
if(item == item->listView()->dropItem())
paintDropIndicator(painter, width, item->height());
}