summaryrefslogtreecommitdiffstats
path: root/tderesources/groupwise/soap/groupwiseserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/groupwise/soap/groupwiseserver.h')
-rw-r--r--tderesources/groupwise/soap/groupwiseserver.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tderesources/groupwise/soap/groupwiseserver.h b/tderesources/groupwise/soap/groupwiseserver.h
index 71c6f6d5..0a0f70e0 100644
--- a/tderesources/groupwise/soap/groupwiseserver.h
+++ b/tderesources/groupwise/soap/groupwiseserver.h
@@ -37,7 +37,7 @@
#include "gwjobs.h"
-namespace KABC {
+namespace TDEABC {
class AddresseeList;
class Resource;
}
@@ -154,9 +154,9 @@ class GroupwiseServer : public TQObject
bool updateAddressBooks( const TQStringList &addrBookIds,
const unsigned long startSequenceNumber, const unsigned long lastPORebuildTime );
- bool insertAddressee( const TQString &addrBookId, KABC::Addressee& );
- bool changeAddressee( const KABC::Addressee& );
- bool removeAddressee( const KABC::Addressee& );
+ bool insertAddressee( const TQString &addrBookId, TDEABC::Addressee& );
+ bool changeAddressee( const TDEABC::Addressee& );
+ bool removeAddressee( const TDEABC::Addressee& );
bool readFreeBusy( const TQString &email, const TQDate &start,
const TQDate &end, KCal::FreeBusy * );
@@ -178,7 +178,7 @@ class GroupwiseServer : public TQObject
void emitReadAddressBookTotalSize( int );
void emitReadAddressBookProcessedSize( int );
void emitErrorMessage( const TQString &, bool );
- void emitGotAddressees( const KABC::Addressee::List );
+ void emitGotAddressees( const TDEABC::Addressee::List );
bool readUserSettings( ngwt__Settings *&settings );
bool modifyUserSettings( TQMap<TQString, TQString> & );
@@ -191,7 +191,7 @@ class GroupwiseServer : public TQObject
void readAddressBookTotalSize( int );
void readAddressBookProcessedSize( int );
void errorMessage( const TQString &, bool );
- void gotAddressees( const KABC::Addressee::List );
+ void gotAddressees( const TDEABC::Addressee::List );
protected:
void dumpCalendarFolder( const std::string &id );