diff options
Diffstat (limited to 'kaddressbook/viewconfigurewidget.cpp')
-rw-r--r-- | kaddressbook/viewconfigurewidget.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/viewconfigurewidget.cpp b/kaddressbook/viewconfigurewidget.cpp index 1045988c2..efefbd818 100644 --- a/kaddressbook/viewconfigurewidget.cpp +++ b/kaddressbook/viewconfigurewidget.cpp @@ -37,9 +37,9 @@ #include "viewconfigurewidget.h" -ViewConfigureWidget::ViewConfigureWidget( KABC::AddressBook *ab, TQWidget *tqparent, +ViewConfigureWidget::ViewConfigureWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name ) - : KAB::ConfigureWidget( ab, tqparent, name ) + : KAB::ConfigureWidget( ab, parent, name ) { TQVBoxLayout *topLayout = new TQVBoxLayout( this ); @@ -85,9 +85,9 @@ TQVBox *ViewConfigureWidget::addPage( const TQString &item, const TQString &head } ViewConfigureDialog::ViewConfigureDialog( ViewConfigureWidget *wdg, const TQString &viewName, - TQWidget *tqparent, const char *name ) + TQWidget *parent, const char *name ) : KDialogBase( Swallow, i18n( "Modify View: " ) + viewName, Help | Ok | Cancel, - Ok, tqparent, name, true, true ), mConfigWidget( wdg ) + Ok, parent, name, true, true ), mConfigWidget( wdg ) { setMainWidget( mConfigWidget ); |