diff options
Diffstat (limited to 'kaddressbook/secrecywidget.cpp')
-rw-r--r-- | kaddressbook/secrecywidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/secrecywidget.cpp b/kaddressbook/secrecywidget.cpp index 34ff25ebf..29942cb71 100644 --- a/kaddressbook/secrecywidget.cpp +++ b/kaddressbook/secrecywidget.cpp @@ -29,8 +29,8 @@ #include "secrecywidget.h" -SecrecyWidget::SecrecyWidget( TQWidget *tqparent, const char *name ) - : TQWidget( tqparent, name ) +SecrecyWidget::SecrecyWidget( TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { TQVBoxLayout *tqlayout = new TQVBoxLayout( this, KDialog::marginHint(), KDialog::spacingHint() ); |