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/cppparser/lexercache.h | |
parent | 758e85b36d3fafe1b40112032dab28dd3d2fc0e5 (diff) | |
download | tdevelop-8d6fecdf83984625b9bc6d010a6a00ee670af344.tar.gz tdevelop-8d6fecdf83984625b9bc6d010a6a00ee670af344.zip |
Rename KShared
Diffstat (limited to 'lib/cppparser/lexercache.h')
-rw-r--r-- | lib/cppparser/lexercache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cppparser/lexercache.h b/lib/cppparser/lexercache.h index c1aac432..4d3783c7 100644 --- a/lib/cppparser/lexercache.h +++ b/lib/cppparser/lexercache.h @@ -28,7 +28,7 @@ class LexerCache; -class CachedLexedFile : public KShared, public CacheNode { +class CachedLexedFile : public TDEShared, public CacheNode { public: ///@todo add and manage the set of included files CachedLexedFile( const HashedString& fileName, LexerCache* manager ); @@ -107,7 +107,7 @@ class CachedLexedFile : public KShared, public CacheNode { */ }; -typedef KSharedPtr<CachedLexedFile> CachedLexedFilePointer; +typedef TDESharedPtr<CachedLexedFile> CachedLexedFilePointer; struct CachedLexedFilePointerCompare { bool operator() ( const CachedLexedFilePointer& lhs, const CachedLexedFilePointer& rhs ) const { |