diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:27:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:27:19 -0600 |
commit | abed891d4e05028ca7fdfa1aecb047d2cc9e3da9 (patch) | |
tree | 3886579911eba100500e673e5c994dbcae42a6d2 /kopete/libkopete/kabcpersistence.h | |
parent | 795ed72fdb980600d4da57fdf9e689cdbbfc9a9a (diff) | |
download | tdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.tar.gz tdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.zip |
Rename KABC namespace
Diffstat (limited to 'kopete/libkopete/kabcpersistence.h')
-rw-r--r-- | kopete/libkopete/kabcpersistence.h | 10 |
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 |