summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcelocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/resourcelocal.h')
-rw-r--r--libkcal/resourcelocal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/resourcelocal.h b/libkcal/resourcelocal.h
index a2b6818b..d13ed2d8 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;