diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:27 -0600 |
commit | 94273bcb909fac42ef9427e3d8a614cab8c29c66 (patch) | |
tree | 91b99186971ecb475db3ca41b1b12df24029e389 /tderesources/scalix/kcal | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'tderesources/scalix/kcal')
-rw-r--r-- | tderesources/scalix/kcal/resourcescalix.cpp | 4 | ||||
-rw-r--r-- | tderesources/scalix/kcal/resourcescalix.h | 2 |
2 files changed, 3 insertions, 3 deletions
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(); |