summaryrefslogtreecommitdiffstats
path: root/kaddressbook/secrecywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/secrecywidget.cpp')
-rw-r--r--kaddressbook/secrecywidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/secrecywidget.cpp b/kaddressbook/secrecywidget.cpp
index 34ff25eb..29942cb7 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() );