summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kabcpersistence.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/kabcpersistence.h')
-rw-r--r--kopete/libkopete/kabcpersistence.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/libkopete/kabcpersistence.h b/kopete/libkopete/kabcpersistence.h
index ae84d615..3c5f4b0b 100644
--- a/kopete/libkopete/kabcpersistence.h
+++ b/kopete/libkopete/kabcpersistence.h
@@ -28,7 +28,7 @@
// *) KABC Export Wizard - TODO - think about sequence of events when adding addressees AND writing their IM data. - Extra save should be unnecessary because we are sharing a kabc instance
// *) Select addressbook entry
-namespace KABC
+namespace TDEABC
{
class AddressBook;
class Resource;
@@ -60,7 +60,7 @@ class KOPETE_EXPORT KABCPersistence : public TQObject
/**
* @brief Access Kopete's KDE address book instance
*/
- static KABC::AddressBook* addressBook();
+ static TDEABC::AddressBook* addressBook();
/**
* @brief Change the KABC data associated with this metacontact
*
@@ -84,7 +84,7 @@ class KOPETE_EXPORT KABCPersistence : public TQObject
/**
* Request an address book write, will be delayed to bundle any others happening around the same time
*/
- void writeAddressBook( const KABC::Resource * res );
+ void writeAddressBook( const TDEABC::Resource * res );
protected:
static void splitField( const TQString &str, TQString &app, TQString &name, TQString &value );
@@ -97,9 +97,9 @@ class KOPETE_EXPORT KABCPersistence : public TQObject
void slotWriteAddressBook();
private:
static KABCPersistence * s_self;
- static KABC::AddressBook* s_addressBook;
+ static TDEABC::AddressBook* s_addressBook;
static bool s_addrBookWritePending;
- static TQPtrList<KABC::Resource> s_pendingResources;
+ static TQPtrList<TDEABC::Resource> s_pendingResources;
};
} // end namespace Kopete