diff options
Diffstat (limited to 'kaddressbook/freebusywidget.cpp')
-rw-r--r-- | kaddressbook/freebusywidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/freebusywidget.cpp b/kaddressbook/freebusywidget.cpp index 5a4199072..7b81d9ccb 100644 --- a/kaddressbook/freebusywidget.cpp +++ b/kaddressbook/freebusywidget.cpp @@ -32,8 +32,8 @@ #include "freebusywidget.h" -FreeBusyWidget::FreeBusyWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name ) - : KAB::ContactEditorWidget( ab, tqparent, name ) +FreeBusyWidget::FreeBusyWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name ) + : KAB::ContactEditorWidget( ab, parent, name ) { TQHBoxLayout *tqlayout = new TQHBoxLayout( this, KDialog::marginHint(), KDialog::spacingHint() ); |