diff options
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; |