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/egroupware/kcal_resourcexmlrpc.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'tderesources/egroupware/kcal_resourcexmlrpc.h')
-rw-r--r-- | tderesources/egroupware/kcal_resourcexmlrpc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/egroupware/kcal_resourcexmlrpc.h b/tderesources/egroupware/kcal_resourcexmlrpc.h index 9be4662fb..271995819 100644 --- a/tderesources/egroupware/kcal_resourcexmlrpc.h +++ b/tderesources/egroupware/kcal_resourcexmlrpc.h @@ -67,7 +67,7 @@ class KDE_EXPORT ResourceXMLRPC : public ResourceCached bool isSaving(); - KABC::Lock *lock(); + TDEABC::Lock *lock(); /** Add Event to calendar. @@ -228,7 +228,7 @@ class KDE_EXPORT ResourceXMLRPC : public ResourceCached Synchronizer *mSynchronizer; - KABC::Lock *mLock; + TDEABC::Lock *mLock; int mLoaded; }; |