diff options
Diffstat (limited to 'noatun/library/effectview.cpp')
-rw-r--r-- | noatun/library/effectview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |