summaryrefslogtreecommitdiffstats
path: root/konq-plugins/kuick/kimcontactmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/kuick/kimcontactmenu.h')
-rw-r--r--konq-plugins/kuick/kimcontactmenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/kuick/kimcontactmenu.h b/konq-plugins/kuick/kimcontactmenu.h
index 8bb72f5..b9bb351 100644
--- a/konq-plugins/kuick/kimcontactmenu.h
+++ b/konq-plugins/kuick/kimcontactmenu.h
@@ -27,7 +27,7 @@
#include <tqstringlist.h>
class KIMProxy;
-namespace KABC {
+namespace TDEABC {
class AddressBook;
}
@@ -49,7 +49,7 @@ signals:
protected:
KIMProxy *mProxy;
TQStringList mContacts;
- KABC::AddressBook* m_addressBook;
+ TDEABC::AddressBook* m_addressBook;
};
#endif