diff options
Diffstat (limited to 'tderesources/newexchange/exchangeglobals.h')
-rw-r--r-- | tderesources/newexchange/exchangeglobals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/newexchange/exchangeglobals.h b/tderesources/newexchange/exchangeglobals.h index 5d75bc42b..2fa69ffb7 100644 --- a/tderesources/newexchange/exchangeglobals.h +++ b/tderesources/newexchange/exchangeglobals.h @@ -34,7 +34,7 @@ namespace KPIM { class GroupwareDataAdaptor; class GroupwareUploadItem; } -namespace KABC { +namespace TDEABC { class AddressBookAdaptor; } namespace KCal { @@ -63,7 +63,7 @@ class ExchangeGlobals TDEIO::Job *job, const TQString &jobData ); static bool interpretCalendarDownloadItemsJob( KCal::CalendarAdaptor *adaptor, TDEIO::Job *job, const TQString &jobData ); - static bool interpretAddressBookDownloadItemsJob( KABC::AddressBookAdaptor *adaptor, + static bool interpretAddressBookDownloadItemsJob( TDEABC::AddressBookAdaptor *adaptor, TDEIO::Job *job, const TQString &jobData ); }; |