diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:27 -0600 |
commit | 94273bcb909fac42ef9427e3d8a614cab8c29c66 (patch) | |
tree | 91b99186971ecb475db3ca41b1b12df24029e389 /libtdepim/addresseelineedit.h | |
parent | 41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff) | |
download | tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip |
Rename KABC namespace
Diffstat (limited to 'libtdepim/addresseelineedit.h')
-rw-r--r-- | libtdepim/addresseelineedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/addresseelineedit.h b/libtdepim/addresseelineedit.h index 169d807e0..278c8e087 100644 --- a/libtdepim/addresseelineedit.h +++ b/libtdepim/addresseelineedit.h @@ -79,7 +79,7 @@ class KDE_EXPORT AddresseeLineEdit : public ClickLineEdit, public DCOPObject protected slots: virtual void loadContacts(); protected: - void addContact( const KABC::Addressee&, int weight, int source = -1 ); + void addContact( const TDEABC::Addressee&, int weight, int source = -1 ); virtual void keyPressEvent( TQKeyEvent* ); /** * Reimplemented for smart insertion of email addresses. @@ -148,7 +148,7 @@ class KDE_EXPORT AddresseeLineEdit : public ClickLineEdit, public DCOPObject bool m_useSemiColonAsSeparator; bool m_allowDistLists; - //TQMap<TQString, KABC::Addressee> m_contactMap; + //TQMap<TQString, TDEABC::Addressee> m_contactMap; static bool s_addressesDirty; static KMailCompletion *s_completion; |