summaryrefslogtreecommitdiffstats
path: root/kfind
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 /kfind
parent064f8056e28239c0e08a6a5443447fbb2a7ecc9d (diff)
downloadtdebase-a19ce6ad349c047b7feb2ad49c5a066d7dd2c745.tar.gz
tdebase-a19ce6ad349c047b7feb2ad49c5a066d7dd2c745.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'kfind')
-rw-r--r--kfind/kfind.cpp2
-rw-r--r--kfind/kfinddlg.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kfind/kfind.cpp b/kfind/kfind.cpp
index ca4ceb0de..1675d9d71 100644
--- a/kfind/kfind.cpp
+++ b/kfind/kfind.cpp
@@ -69,7 +69,7 @@ Kfind::Kfind(TQWidget *parent, const char *name)
lay->addStretch(1);
mTopLayout->addWidget(mButtonBox);
- mSearch = new KPushButton( KGuiItem(i18n("&Find"), "find"), mButtonBox );
+ mSearch = new KPushButton( KGuiItem(i18n("&Find"), "edit-find"), mButtonBox );
mButtonBox->setSpacing( (tabWidget->sizeHint().height()-4*mSearch->sizeHint().height()) / 4);
connect( mSearch, TQT_SIGNAL(clicked()), this, TQT_SLOT( startSearch() ) );
mStop = new KPushButton( KGuiItem(i18n("Stop"), "process-stop"), mButtonBox );
diff --git a/kfind/kfinddlg.cpp b/kfind/kfinddlg.cpp
index 7810e34b7..29e3010b4 100644
--- a/kfind/kfinddlg.cpp
+++ b/kfind/kfinddlg.cpp
@@ -37,7 +37,7 @@ KfindDlg::KfindDlg(const KURL & url, TQWidget *parent, const char *name)
enableButton(User1, false); // Disable "Stop"
enableButton(User2, false); // Disable "Save As..."
- setButtonApply(KGuiItem(i18n("&Find"), "find"));
+ setButtonApply(KGuiItem(i18n("&Find"), "edit-find"));
isResultReported = false;