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 | |
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')
-rw-r--r-- | certmanager/certmanager.cpp | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/cryptoconfigdialog.cpp | 2 |
2 files changed, 2 insertions, 2 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() ); diff --git a/certmanager/lib/ui/cryptoconfigdialog.cpp b/certmanager/lib/ui/cryptoconfigdialog.cpp index 52402d6da..4ec32cbb6 100644 --- a/certmanager/lib/ui/cryptoconfigdialog.cpp +++ b/certmanager/lib/ui/cryptoconfigdialog.cpp @@ -40,7 +40,7 @@ Kleo::CryptoConfigDialog::CryptoConfigDialog( Kleo::CryptoConfig* config, TQWidg WStyle_Customize | WStyle_DialogBorder | WStyle_Maximize | WStyle_Title | WStyle_SysMenu, parent, name, true /*modal*/, i18n( "Configure" ), Default|Cancel|Apply|Ok|User1, - Ok, true /*separator*/, KGuiItem( i18n( "&Reset" ), "undo" ) ) + Ok, true /*separator*/, KGuiItem( i18n( "&Reset" ), "edit-undo" ) ) { mMainWidget = new CryptoConfigModule( config, this ); setMainWidget( mMainWidget ); |