From 1d4158dd755a445fd42f2db7db5abab8084175cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:05:40 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kpresenter/KPrSideBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpresenter/KPrSideBar.cpp') diff --git a/kpresenter/KPrSideBar.cpp b/kpresenter/KPrSideBar.cpp index 29d56561..00ee8139 100644 --- a/kpresenter/KPrSideBar.cpp +++ b/kpresenter/KPrSideBar.cpp @@ -234,7 +234,7 @@ void KPrSideBarBase::setViewMasterPage( bool _b ) } KPrThumbBar::KPrThumbBar(TQWidget *parent, KPrDocument *d, KPrView *v) - :KIconView(parent), KPrSideBarBase( d,v) + :TDEIconView(parent), KPrSideBarBase( d,v) { uptodate = false; m_offsetX = 0; -- cgit v1.2.1