|
|
|
@ -44,7 +44,7 @@ tabs::tabs(KRenameImpl* impl, TQRect r, TQWidget *parent, const char *name )
|
|
|
|
|
|
|
|
|
|
tab = new TQTabWidget( this );
|
|
|
|
|
finishButton = new KPushButton( i18n("&Finish"), this );
|
|
|
|
|
finishButton->setIconSet( SmallIconSet( "finish" ) );
|
|
|
|
|
finishButton->setIconSet( SmallIconSet( "go-last" ) );
|
|
|
|
|
finishButton->setDefault( true );
|
|
|
|
|
cancelButton = new KPushButton( i18n("&Cancel"), this );
|
|
|
|
|
cancelButton->setIconSet( SmallIconSet( "button_cancel" ) );
|
|
|
|
|