diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:36:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:36:34 -0600 |
commit | 12f3d421cd2991c0e3f96994efb836ce244172ff (patch) | |
tree | 1e5bd5e8b7521fe66d77c13b7df45df7d5f6dcd6 /tdecore/tdesycocaentry.h | |
parent | 21bc7541114fb026606284e45dc10e3320f39f1d (diff) | |
download | tdelibs-12f3d421cd2991c0e3f96994efb836ce244172ff.tar.gz tdelibs-12f3d421cd2991c0e3f96994efb836ce244172ff.zip |
Rename KShared
Diffstat (limited to 'tdecore/tdesycocaentry.h')
-rw-r--r-- | tdecore/tdesycocaentry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdesycocaentry.h b/tdecore/tdesycocaentry.h index a4e2512e0..d7ddbaf20 100644 --- a/tdecore/tdesycocaentry.h +++ b/tdecore/tdesycocaentry.h @@ -34,7 +34,7 @@ class TQDataStream; * @internal * @see http://developer.kde.org/documentation/library/kdeqt/trinityarch/tdesycoca.html */ -class TDECORE_EXPORT KSycocaEntry : public KShared +class TDECORE_EXPORT KSycocaEntry : public TDEShared { public: @@ -42,7 +42,7 @@ public: virtual KSycocaType sycocaType() const { return KST_KSycocaEntry; } public: - typedef KSharedPtr<KSycocaEntry> Ptr; + typedef TDESharedPtr<KSycocaEntry> Ptr; typedef TQValueList<Ptr> List; public: // KDoc seems to barf on those typedefs and generates no docs after them /** |