Rename KShared

pull/1/head
Timothy Pearson 12 years ago
parent 78bc0838f8
commit 6ae2b4312c

@ -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;

Loading…
Cancel
Save