summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcelocal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/resourcelocal.cpp')
-rw-r--r--libkcal/resourcelocal.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/resourcelocal.cpp b/libkcal/resourcelocal.cpp
index aee2ba98..a193b0b7 100644
--- a/libkcal/resourcelocal.cpp
+++ b/libkcal/resourcelocal.cpp
@@ -118,7 +118,7 @@ void ResourceLocal::init()
connect( &mDirWatch, TQT_SIGNAL( deleted( const TQString & ) ),
TQT_SLOT( reload() ) );
- mLock = new KABC::Lock( mURL.path() );
+ mLock = new TDEABC::Lock( mURL.path() );
mDirWatch.addFile( mURL.path() );
mDirWatch.startScan();
@@ -166,7 +166,7 @@ bool ResourceLocal::doSave()
return success;
}
-KABC::Lock *ResourceLocal::lock()
+TDEABC::Lock *ResourceLocal::lock()
{
return mLock;
}
@@ -213,7 +213,7 @@ bool ResourceLocal::setFileName( const TQString &fileName )
mDirWatch.stopScan();
mDirWatch.removeFile( mURL.path() );
mURL = KURL( fileName );
- mLock = new KABC::Lock( mURL.path() );
+ mLock = new TDEABC::Lock( mURL.path() );
mDirWatch.addFile( mURL.path() );
mDirWatch.startScan();
return true;