summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:22:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:22:38 -0600
commit6ae2b4312cdd219a6f6a0f2adc503d1e3f4008ae (patch)
tree184bb221543f0143a1ce94eaf2410ede20de718a
parent78bc0838f8440411bd97e06edf69fde0818fdaf2 (diff)
downloadkipi-plugins-6ae2b431.tar.gz
kipi-plugins-6ae2b431.zip
Rename KShared
-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;