summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kipi-plugins/htmlexport/theme.h4
1 files 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<Theme> Ptr;
+ typedef TDESharedPtr<Theme> Ptr;
typedef TQValueList<Ptr> List;
typedef TQValueList<AbstractThemeParameter*> ParameterList;