diff options
Diffstat (limited to 'tdecore/klockfile.h')
-rw-r--r-- | tdecore/klockfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/klockfile.h b/tdecore/klockfile.h index 698706554..f3bf0b0bc 100644 --- a/tdecore/klockfile.h +++ b/tdecore/klockfile.h @@ -30,10 +30,10 @@ * @author Waldo Bastian <bastian@kde.org> * @since 3.3 */ -class TDECORE_EXPORT KLockFile : public KShared +class TDECORE_EXPORT KLockFile : public TDEShared { public: - typedef KSharedPtr<KLockFile> Ptr; + typedef TDESharedPtr<KLockFile> Ptr; KLockFile(const TQString &file); |