From 94273bcb909fac42ef9427e3d8a614cab8c29c66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 20 Feb 2013 16:27:27 -0600 Subject: Rename KABC namespace --- kaddressbook/contacteditorwidgetmanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kaddressbook/contacteditorwidgetmanager.h') diff --git a/kaddressbook/contacteditorwidgetmanager.h b/kaddressbook/contacteditorwidgetmanager.h index 26cf5052..27a4fc62 100644 --- a/kaddressbook/contacteditorwidgetmanager.h +++ b/kaddressbook/contacteditorwidgetmanager.h @@ -28,7 +28,7 @@ #include "contacteditorwidget.h" -namespace KABC { +namespace TDEABC { class Addressee; } @@ -80,13 +80,13 @@ class ContactEditorTabPage : public TQWidget /** Load the contacts data into the GUI. */ - void loadContact( KABC::Addressee *addr ); + void loadContact( TDEABC::Addressee *addr ); /** Save the data from the GUI into the passed contact object. */ - void storeContact( KABC::Addressee *addr ); + void storeContact( TDEABC::Addressee *addr ); /** Sets whether the contact should be presented as -- cgit v1.2.3