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 --- noatun/library/effectview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun/library/effectview.cpp') diff --git a/noatun/library/effectview.cpp b/noatun/library/effectview.cpp index cd9e7d93..5d40e37e 100644 --- a/noatun/library/effectview.cpp +++ b/noatun/library/effectview.cpp @@ -56,7 +56,7 @@ private: }; EffectList::EffectList(TQWidget *parent) - : KListView(parent) + : TDEListView(parent) { } -- cgit v1.2.1