diff options
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 ); |