diff options
Diffstat (limited to 'libkcal/resourcelocal.h')
-rw-r--r-- | libkcal/resourcelocal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/resourcelocal.h b/libkcal/resourcelocal.h index a2b6818b9..d13ed2d81 100644 --- a/libkcal/resourcelocal.h +++ b/libkcal/resourcelocal.h @@ -62,7 +62,7 @@ class LIBKCAL_EXPORT ResourceLocal : public ResourceCached virtual void writeConfig( TDEConfig* config ); - KABC::Lock *lock(); + TDEABC::Lock *lock(); TQString fileName() const; bool setFileName( const TQString &fileName ); @@ -94,7 +94,7 @@ class LIBKCAL_EXPORT ResourceLocal : public ResourceCached KDirWatch mDirWatch; - KABC::Lock *mLock; + TDEABC::Lock *mLock; class Private; Private *d; |