From 6ae2b4312cdd219a6f6a0f2adc503d1e3f4008ae Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:22:38 -0600 Subject: Rename KShared --- kipi-plugins/htmlexport/theme.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kipi-plugins/htmlexport/theme.h b/kipi-plugins/htmlexport/theme.h index 0619097..239cda4 100644 --- a/kipi-plugins/htmlexport/theme.h +++ b/kipi-plugins/htmlexport/theme.h @@ -37,9 +37,9 @@ class AbstractThemeParameter; * An HTML theme. This class gives access to the various theme properties, * including the theme parameters. */ -class Theme : public KShared { +class Theme : public TDEShared { public: - typedef KSharedPtr Ptr; + typedef TDESharedPtr Ptr; typedef TQValueList List; typedef TQValueList ParameterList; -- cgit v1.2.1