diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:39:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:39:49 -0600 |
commit | 8d6fecdf83984625b9bc6d010a6a00ee670af344 (patch) | |
tree | 3bf8e73ad6d6f029998d9e8eafdf85ee17b89971 /lib/interfaces/hashedstring.h | |
parent | 758e85b36d3fafe1b40112032dab28dd3d2fc0e5 (diff) | |
download | tdevelop-8d6fecdf83984625b9bc6d010a6a00ee670af344.tar.gz tdevelop-8d6fecdf83984625b9bc6d010a6a00ee670af344.zip |
Rename KShared
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 ); }; |