@ -101,7 +101,7 @@ void Actions::initActions()
m_reloadAction - > setText ( i18n ( " &Reload " ) ) ;
m_reloadAction - > setShortcut ( TDEShortcut ( TQt : : Key_F5 ) ) ;
m_abortAction = new TDEAction ( i18n ( " &Abort " ) , " stop" , TDEShortcut ( ) , this , SLOT ( slotAbort ( ) ) , m_actionCollection , " abort " ) ;
m_abortAction = new TDEAction ( i18n ( " &Abort " ) , " process- stop" , TDEShortcut ( ) , this , SLOT ( slotAbort ( ) ) , m_actionCollection , " abort " ) ;
m_toggleTreeViewAction = new TDEToggleAction ( i18n ( " &Show Tree View " ) , " view_tree " , TDEShortcut ( ) , this , SLOT ( slotShowHideTree ( ) ) , m_actionCollection , " toggle_tree_view " ) ;
m_toggleFilterAction = new TDEToggleAction ( i18n ( " Show &Filter " ) , " filter " , TDEShortcut ( ) , this , SLOT ( slotShowHideFilter ( ) ) , m_actionCollection , " toggle_filter " ) ;