diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:22:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:22:38 -0600 |
commit | 6ae2b4312cdd219a6f6a0f2adc503d1e3f4008ae (patch) | |
tree | 184bb221543f0143a1ce94eaf2410ede20de718a | |
parent | 78bc0838f8440411bd97e06edf69fde0818fdaf2 (diff) | |
download | kipi-plugins-6ae2b4312cdd219a6f6a0f2adc503d1e3f4008ae.tar.gz kipi-plugins-6ae2b4312cdd219a6f6a0f2adc503d1e3f4008ae.zip |
Rename KShared
-rw-r--r-- | kipi-plugins/htmlexport/theme.h | 4 |
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; |