diff options
Diffstat (limited to 'noatun/library/pluginmodule.h')
-rw-r--r-- | noatun/library/pluginmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/pluginmodule.h b/noatun/library/pluginmodule.h index d29fe1d1..52113f62 100644 --- a/noatun/library/pluginmodule.h +++ b/noatun/library/pluginmodule.h @@ -48,7 +48,7 @@ private: bool exclusive; }; -class PluginListView : public KListView +class PluginListView : public TDEListView { Q_OBJECT |