From 940c092f32d40263ad6b24f948eaf4c48b01e99a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:13:25 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- juk/viewmode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juk/viewmode.cpp') 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()); } -- cgit v1.2.1