diff options
Diffstat (limited to 'kaddressbook/secrecywidget.h')
-rw-r--r-- | kaddressbook/secrecywidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <tqwidget.h> -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 ); |