summaryrefslogtreecommitdiffstats
path: root/tderesources/kolab/kcal/resourcekolab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/kolab/kcal/resourcekolab.cpp')
-rw-r--r--tderesources/kolab/kcal/resourcekolab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/kolab/kcal/resourcekolab.cpp b/tderesources/kolab/kcal/resourcekolab.cpp
index 064ea758..5371ac11 100644
--- a/tderesources/kolab/kcal/resourcekolab.cpp
+++ b/tderesources/kolab/kcal/resourcekolab.cpp
@@ -1211,9 +1211,9 @@ void ResourceKolab::slotEmitResourceChanged()
emit resourceChanged( this );
}
-KABC::Lock* ResourceKolab::lock()
+TDEABC::Lock* ResourceKolab::lock()
{
- return new KABC::LockNull( true );
+ return new TDEABC::LockNull( true );
}
Kolab::ResourceMap* ResourceKolab::subResourceMap( const TQString& contentsType )