summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:50:00 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:50:00 -0500
commita19ce6ad349c047b7feb2ad49c5a066d7dd2c745 (patch)
treec9653e96df0d2c19ea0c55273fdc69b15a1b073c /kate
parent064f8056e28239c0e08a6a5443447fbb2a7ecc9d (diff)
downloadtdebase-a19ce6ad349c047b7feb2ad49c5a066d7dd2c745.tar.gz
tdebase-a19ce6ad349c047b7feb2ad49c5a066d7dd2c745.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'kate')
-rw-r--r--kate/app/kategrepdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/app/kategrepdialog.cpp b/kate/app/kategrepdialog.cpp
index b180fd516..7713400aa 100644
--- a/kate/app/kategrepdialog.cpp
+++ b/kate/app/kategrepdialog.cpp
@@ -183,7 +183,7 @@ GrepTool::GrepTool(TQWidget *parent, const char *name)
KButtonBox *actionbox = new KButtonBox(this, Qt::Vertical);
layout->addWidget(actionbox, 0, 2);
actionbox->addStretch();
- btnSearch = static_cast<KPushButton*>(actionbox->addButton(KGuiItem(i18n("Find"),"find")));
+ btnSearch = static_cast<KPushButton*>(actionbox->addButton(KGuiItem(i18n("Find"),"edit-find")));
btnSearch->setDefault(true);
btnClear = static_cast<KPushButton*>(actionbox->addButton( KStdGuiItem::clear() ));
actionbox->addStretch();
@@ -472,7 +472,7 @@ void GrepTool::childExited()
// int status = childproc->exitStatus();
lbResult->unsetCursor();
btnClear->setEnabled( true );
- btnSearch->setGuiItem( KGuiItem(i18n("Find"), "find") );
+ btnSearch->setGuiItem( KGuiItem(i18n("Find"), "edit-find") );
if ( ! errbuf.isEmpty() )
{