From fbd6fbeaa52c7319bff6f46aa7859bfa1d178e5f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 12:48:08 -0500 Subject: Bring undo, redo, find, and revert icons into XDG compliance --- krename/krenameimpl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/krename/krenameimpl.cpp b/krename/krenameimpl.cpp index 0c99b3f..bf41490 100644 --- a/krename/krenameimpl.cpp +++ b/krename/krenameimpl.cpp @@ -302,7 +302,7 @@ void KRenameImpl::setupActions() menuBar->insertItem( i18n("E&xtras"), mnuExtra ); mnuExtra->insertItem( i18n("&Profiles..."), this, TQT_SLOT( manageProfiles() ) ); mnuExtra->insertSeparator(); - mnuExtra->insertItem( SmallIcon("undo"), i18n("&Undo Old Renaming Action..."), this, TQT_SLOT( undo() ) ); + mnuExtra->insertItem( SmallIcon("edit-undo"), i18n("&Undo Old Renaming Action..."), this, TQT_SLOT( undo() ) ); menuBar->insertItem( i18n("&Settings"), mnuSettings ); menuBar->insertSeparator(); menuBar->insertItem( i18n("&Help"), mnuHelp->menu() ); @@ -567,7 +567,7 @@ void KRenameImpl::setupFileTab1() comboExtension = new KComboBox( false, tab ); buttonReplace = new KPushButton( i18n("Find &and Replace..."), tab ); - buttonReplace->setIconSet( SmallIconSet("find") ); + buttonReplace->setIconSet( SmallIconSet("edit-find") ); buttonNumber = new KPushButton( i18n("&Numbering..."), tab ); buttonCoord = new KPushButton( i18n("&Insert Part of Filename..."), tab ); @@ -706,7 +706,7 @@ void KRenameImpl::setupFileTab2() spinNull->setRange( 1, 100, 1, false ); buttonEasyReplace = new KPushButton( i18n("&Find and Replace..."), rightBox ); - buttonEasyReplace->setIconSet( SmallIconSet("find") ); + buttonEasyReplace->setIconSet( SmallIconSet("edit-find") ); layout->addWidget( vgroup1 ); layout->addWidget( rightBox ); -- cgit v1.2.1