|
|
|
@ -121,7 +121,7 @@ namespace KBibTeX
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
MergeElements::MergeElements( TQWidget *parent )
|
|
|
|
|
: KDialogBase( parent, "MergeElements", true, "undefined", Ok | Cancel | User1 | User2, User1, true, KGuiItem( i18n( "Next" ), "next" ), KGuiItem( i18n( "Previous" ), "previous" ) ), m_currentCliqueIndex( 0 )
|
|
|
|
|
: KDialogBase( parent, "MergeElements", true, "undefined", Ok | Cancel | User1 | User2, User1, true, KGuiItem( i18n( "Next" ), "go-next" ), KGuiItem( i18n( "Previous" ), "go-previous" ) ), m_currentCliqueIndex( 0 )
|
|
|
|
|
{
|
|
|
|
|
setupGUI();
|
|
|
|
|
}
|
|
|
|
|