summaryrefslogtreecommitdiffstats
path: root/kaddressbook/secrecywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/secrecywidget.h')
-rw-r--r--kaddressbook/secrecywidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/secrecywidget.h b/kaddressbook/secrecywidget.h
index 46f76ba4..1424d5e5 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 );