diff options
Diffstat (limited to 'kaddressbook/incsearchwidget.cpp')
-rw-r--r-- | kaddressbook/incsearchwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/incsearchwidget.cpp b/kaddressbook/incsearchwidget.cpp index 6b3463270..aaad464f1 100644 --- a/kaddressbook/incsearchwidget.cpp +++ b/kaddressbook/incsearchwidget.cpp @@ -37,8 +37,8 @@ #include "incsearchwidget.h" -IncSearchWidget::IncSearchWidget( TQWidget *tqparent, const char *name ) - : TQWidget( tqparent, name ) +IncSearchWidget::IncSearchWidget( TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { TQHBoxLayout *tqlayout = new TQHBoxLayout( this, 2, KDialog::spacingHint() ); |