summaryrefslogtreecommitdiffstats
path: root/tderesources/tvanytime/kcal_resourcetvanytime.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/tvanytime/kcal_resourcetvanytime.h')
-rw-r--r--tderesources/tvanytime/kcal_resourcetvanytime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/tvanytime/kcal_resourcetvanytime.h b/tderesources/tvanytime/kcal_resourcetvanytime.h
index e59f1703..1be0aa0e 100644
--- a/tderesources/tvanytime/kcal_resourcetvanytime.h
+++ b/tderesources/tvanytime/kcal_resourcetvanytime.h
@@ -78,7 +78,7 @@ class KDE_EXPORT ResourceTVAnytime : public ResourceCached
bool doLoad();
bool doSave() { return true; }
- KABC::Lock *lock();
+ TDEABC::Lock *lock();
protected:
void init();
@@ -107,7 +107,7 @@ class KDE_EXPORT ResourceTVAnytime : public ResourceCached
private:
TVAnytimePrefsBase *mPrefs;
- KABC::LockNull mLock;
+ TDEABC::LockNull mLock;
TDEIO::FileCopyJob *mDownloadJob;
KPIM::ProgressItem *mProgress;