diff options
Diffstat (limited to 'libkcal/resourcelocaldir.cpp')
-rw-r--r-- | libkcal/resourcelocaldir.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcal/resourcelocaldir.cpp b/libkcal/resourcelocaldir.cpp index f51457351..33fa42f73 100644 --- a/libkcal/resourcelocaldir.cpp +++ b/libkcal/resourcelocaldir.cpp @@ -99,7 +99,7 @@ void ResourceLocalDir::init() connect( &mDirWatch, TQT_SIGNAL( deleted( const TQString & ) ), TQT_SLOT( reload( const TQString & ) ) ); - mLock = new KABC::Lock( mURL.path() ); + mLock = new TDEABC::Lock( mURL.path() ); mDirWatch.addDir( mURL.path(), true ); mDirWatch.startScan(); @@ -212,7 +212,7 @@ bool ResourceLocalDir::doSave( Incidence *incidence ) return ret; } -KABC::Lock *ResourceLocalDir::lock() +TDEABC::Lock *ResourceLocalDir::lock() { return mLock; } |