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/secrecywidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kaddressbook/secrecywidget.h') diff --git a/kaddressbook/secrecywidget.h b/kaddressbook/secrecywidget.h index 46f76ba4d..1424d5e55 100644 --- a/kaddressbook/secrecywidget.h +++ b/kaddressbook/secrecywidget.h @@ -26,7 +26,7 @@ #include -namespace KABC { class Secrecy; } +namespace TDEABC { class Secrecy; } class KComboBox; class SecrecyWidget : public TQWidget @@ -38,8 +38,8 @@ class SecrecyWidget : public TQWidget SecrecyWidget( TQWidget *parent, const char *name = 0 ); ~SecrecyWidget(); - void setSecrecy( const KABC::Secrecy &secrecy ); - KABC::Secrecy secrecy() const; + void setSecrecy( const TDEABC::Secrecy &secrecy ); + TDEABC::Secrecy secrecy() const; void setReadOnly( bool readOnly ); -- cgit v1.2.1