diff options
Diffstat (limited to 'kaddressbook/keywidget.cpp')
-rw-r--r-- | kaddressbook/keywidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/keywidget.cpp b/kaddressbook/keywidget.cpp index 1b6e77440..739672fc7 100644 --- a/kaddressbook/keywidget.cpp +++ b/kaddressbook/keywidget.cpp @@ -38,8 +38,8 @@ #include "keywidget.h" -KeyWidget::KeyWidget( TQWidget *tqparent, const char *name ) - : TQWidget( tqparent, name ) +KeyWidget::KeyWidget( TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { TQGridLayout *tqlayout = new TQGridLayout( this, 4, 2, KDialog::marginHint(), KDialog::spacingHint() ); |