diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:12 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:12 -0500 |
commit | d59f74e30fb3df4bfd516cf813a05702acc0c801 (patch) | |
tree | 4057a47256692a94f7a6c071216339a5cabd6b4a /certmanager/certmanager.cpp | |
parent | 267521c81f896cfbfcf4fbff69411d189114e855 (diff) | |
download | tdepim-d59f74e30fb3df4bfd516cf813a05702acc0c801.tar.gz tdepim-d59f74e30fb3df4bfd516cf813a05702acc0c801.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'certmanager/certmanager.cpp')
-rw-r--r-- | certmanager/certmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/certmanager.cpp b/certmanager/certmanager.cpp index c818824f0..1bffa97ce 100644 --- a/certmanager/certmanager.cpp +++ b/certmanager/certmanager.cpp @@ -363,7 +363,7 @@ void CertManager::createActions() { mComboAction = new ComboAction( lst, actionCollection(), TQT_TQOBJECT(this), TQT_SLOT( slotToggleRemote(int) ), "location_combo_action", mNextFindRemote? 1 : 0 ); - mFindAction = new TDEAction( i18n("Find"), "find", 0, TQT_TQOBJECT(this), TQT_SLOT(slotSearch()), + mFindAction = new TDEAction( i18n("Find"), "edit-find", 0, TQT_TQOBJECT(this), TQT_SLOT(slotSearch()), actionCollection(), "find" ); KStdAction::keyBindings( TQT_TQOBJECT(this), TQT_SLOT(slotEditKeybindings()), actionCollection() ); |