diff options
Diffstat (limited to 'lib/interfaces/hashedstring.h')
-rw-r--r-- | lib/interfaces/hashedstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/interfaces/hashedstring.h b/lib/interfaces/hashedstring.h index a039a771..c1bfd4ad 100644 --- a/lib/interfaces/hashedstring.h +++ b/lib/interfaces/hashedstring.h @@ -116,7 +116,7 @@ class HashedStringSet { private: friend class HashedStringSetGroup; void makeDataPrivate(); - KSharedPtr<HashedStringSetData> m_data; //this implies some additional cost because KShared's destructor is virtual. Maybe change that by copying KShared without the virtual destructor. + TDESharedPtr<HashedStringSetData> m_data; //this implies some additional cost because TDEShared's destructor is virtual. Maybe change that by copying TDEShared without the virtual destructor. friend HashedStringSet operator + ( const HashedStringSet& lhs, const HashedStringSet& rhs ); }; |