From aea627236e4de24599c3e30617cf264c3c1b7d40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:02:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kpresenter/KPrPresDurationDia.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpresenter/KPrPresDurationDia.h') diff --git a/kpresenter/KPrPresDurationDia.h b/kpresenter/KPrPresDurationDia.h index 1007955a..888cb9db 100644 --- a/kpresenter/KPrPresDurationDia.h +++ b/kpresenter/KPrPresDurationDia.h @@ -24,7 +24,7 @@ #include class KPrDocument; -class KListView; +class TDEListView; class TQLabel; class KPrPresDurationDia : public KDialogBase @@ -43,7 +43,7 @@ protected: private: KPrDocument *doc; - KListView *slides; + TDEListView *slides; TQLabel *label; TQStringList m_durationListString; -- cgit v1.2.1