diff options
Diffstat (limited to 'libkcal/resourcelocaldir.h')
-rw-r--r-- | libkcal/resourcelocaldir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/resourcelocaldir.h b/libkcal/resourcelocaldir.h index 0adbf1cb6..6826da6b4 100644 --- a/libkcal/resourcelocaldir.h +++ b/libkcal/resourcelocaldir.h @@ -57,7 +57,7 @@ class LIBKCAL_EXPORT ResourceLocalDir : public ResourceCached void readConfig( const TDEConfig *config ); void writeConfig( TDEConfig* config ); - KABC::Lock *lock(); + TDEABC::Lock *lock(); /** deletes an event from this calendar. */ bool deleteEvent(Event *); @@ -93,7 +93,7 @@ class LIBKCAL_EXPORT ResourceLocalDir : public ResourceCached KDirWatch mDirWatch; - KABC::Lock *mLock; + TDEABC::Lock *mLock; TQPtrList<Incidence>mDeletedIncidences; class Private; |