From 74a2067d286867e313f736d6733407586b71195e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:10:05 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- noatun-plugins/nexscope/gui.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'noatun-plugins/nexscope/gui.h') diff --git a/noatun-plugins/nexscope/gui.h b/noatun-plugins/nexscope/gui.h index baf0330..0630486 100644 --- a/noatun-plugins/nexscope/gui.h +++ b/noatun-plugins/nexscope/gui.h @@ -10,7 +10,7 @@ class Renderer; -class Control : public KMainWindow +class Control : public TDEMainWindow { Q_OBJECT @@ -34,13 +34,13 @@ protected slots: private: TQWidget *mRight; - KListView *mTree, *mCreatorsList; + TDEListView *mTree, *mCreatorsList; TQWidget *mConfigurator; KURL mCurrentURL; }; -class RendererListView : public KListView +class RendererListView : public TDEListView { Q_OBJECT -- cgit v1.2.1