summaryrefslogtreecommitdiffstats
path: root/tderesources/newexchange/exchangeglobals.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/newexchange/exchangeglobals.h')
-rw-r--r--tderesources/newexchange/exchangeglobals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/newexchange/exchangeglobals.h b/tderesources/newexchange/exchangeglobals.h
index 5d75bc42..2fa69ffb 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 );
};