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