diff options
Diffstat (limited to 'kaddressbook/secrecywidget.h')
-rw-r--r-- | kaddressbook/secrecywidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/secrecywidget.h b/kaddressbook/secrecywidget.h index 40492587e..c872eb2c4 100644 --- a/kaddressbook/secrecywidget.h +++ b/kaddressbook/secrecywidget.h @@ -35,7 +35,7 @@ class SecrecyWidget : public TQWidget TQ_OBJECT public: - SecrecyWidget( TQWidget *tqparent, const char *name = 0 ); + SecrecyWidget( TQWidget *parent, const char *name = 0 ); ~SecrecyWidget(); void setSecrecy( const KABC::Secrecy &secrecy ); |