|
|
|
@ -511,10 +511,10 @@ void KBabelMW::setupActions()
|
|
|
|
|
,TQT_SLOT(setEnabled(bool)));
|
|
|
|
|
|
|
|
|
|
// next, the go-menu
|
|
|
|
|
action = new TDEAction(i18n("&Previous"), "previous",
|
|
|
|
|
action = new TDEAction(i18n("&Previous"), "go-previous",
|
|
|
|
|
TDEStdAccel::shortcut(TDEStdAccel::Prior), TQT_TQOBJECT(m_view) , TQT_SLOT(gotoPrev()),
|
|
|
|
|
actionCollection(),"go_prev_entry");
|
|
|
|
|
action = new TDEAction(i18n("&Next"), "next",
|
|
|
|
|
action = new TDEAction(i18n("&Next"), "go-next",
|
|
|
|
|
TDEStdAccel::shortcut(TDEStdAccel::Next), TQT_TQOBJECT(m_view) , TQT_SLOT(gotoNext()),
|
|
|
|
|
actionCollection(),"go_next_entry");
|
|
|
|
|
action = KStdAction::goTo(TQT_TQOBJECT(m_view), TQT_SLOT(gotoEntry()), actionCollection());
|
|
|
|
|