diff options
Diffstat (limited to 'tderesources/groupwise/kcal_resourcegroupwise.h')
-rw-r--r-- | tderesources/groupwise/kcal_resourcegroupwise.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/groupwise/kcal_resourcegroupwise.h b/tderesources/groupwise/kcal_resourcegroupwise.h index e1cab8758..c4b330df7 100644 --- a/tderesources/groupwise/kcal_resourcegroupwise.h +++ b/tderesources/groupwise/kcal_resourcegroupwise.h @@ -63,7 +63,7 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached bool doLoad(); bool doSave(); - KABC::Lock *lock(); + TDEABC::Lock *lock(); bool userSettings( ngwt__Settings * &settings ); bool modifyUserSettings( TQMap<TQString, TQString> & settings ); @@ -80,7 +80,7 @@ class KDE_EXPORT ResourceGroupwise : public ResourceCached private: GroupwisePrefsBase *mPrefs; - KABC::LockNull mLock; + TDEABC::LockNull mLock; TDEIO::TransferJob *mDownloadJob; KPIM::ProgressItem *mProgress; |