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/scalix/kcal/resourcescalix.cpp | 4 ++-- tderesources/scalix/kcal/resourcescalix.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tderesources/scalix/kcal') diff --git a/tderesources/scalix/kcal/resourcescalix.cpp b/tderesources/scalix/kcal/resourcescalix.cpp index a58a85957..25963a29b 100644 --- a/tderesources/scalix/kcal/resourcescalix.cpp +++ b/tderesources/scalix/kcal/resourcescalix.cpp @@ -881,9 +881,9 @@ void ResourceScalix::slotEmitResourceChanged() emit resourceChanged( this ); } -KABC::Lock* ResourceScalix::lock() +TDEABC::Lock* ResourceScalix::lock() { - return new KABC::LockNull( true ); + return new TDEABC::LockNull( true ); } diff --git a/tderesources/scalix/kcal/resourcescalix.h b/tderesources/scalix/kcal/resourcescalix.h index dcd783979..b58eee859 100644 --- a/tderesources/scalix/kcal/resourcescalix.h +++ b/tderesources/scalix/kcal/resourcescalix.h @@ -133,7 +133,7 @@ public: virtual TQString subresourceIdentifier( Incidence *incidence ); - KABC::Lock* lock(); + TDEABC::Lock* lock(); signals: void useGlobalMode(); -- cgit v1.2.1