diff options
Diffstat (limited to 'kpresenter/KPrSideBar.h')
-rw-r--r-- | kpresenter/KPrSideBar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrSideBar.h b/kpresenter/KPrSideBar.h index a1190bdb..1888cacb 100644 --- a/kpresenter/KPrSideBar.h +++ b/kpresenter/KPrSideBar.h @@ -63,7 +63,7 @@ protected: bool m_viewMasterPage; }; -class KPrThumbBar : public KIconView, public KPrSideBarBase +class KPrThumbBar : public TDEIconView, public KPrSideBarBase { Q_OBJECT |