From 94273bcb909fac42ef9427e3d8a614cab8c29c66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:27:27 -0600 Subject: Rename KABC namespace --- tderesources/kolab/kcal/resourcekolab.cpp | 4 ++-- tderesources/kolab/kcal/resourcekolab.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tderesources/kolab/kcal') diff --git a/tderesources/kolab/kcal/resourcekolab.cpp b/tderesources/kolab/kcal/resourcekolab.cpp index 064ea7589..5371ac119 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 ) diff --git a/tderesources/kolab/kcal/resourcekolab.h b/tderesources/kolab/kcal/resourcekolab.h index fdf952cc3..357c98040 100644 --- a/tderesources/kolab/kcal/resourcekolab.h +++ b/tderesources/kolab/kcal/resourcekolab.h @@ -145,7 +145,7 @@ public: virtual TQString subresourceType( const TQString &resource ); - KABC::Lock* lock(); + TDEABC::Lock* lock(); void beginAddingIncidences(); -- cgit v1.2.1