|
|
|
@ -264,12 +264,12 @@ void EditorWindow::setupStandardActions()
|
|
|
|
|
m_forwardAction = KStdAction::forward(TQT_TQOBJECT(this), TQT_SLOT(slotForward()),
|
|
|
|
|
actionCollection(), "editorwindow_forward");
|
|
|
|
|
|
|
|
|
|
m_firstAction = new TDEAction(i18n("&First"), "start",
|
|
|
|
|
m_firstAction = new TDEAction(i18n("&First"), "go-first",
|
|
|
|
|
TDEStdAccel::shortcut( TDEStdAccel::Home),
|
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(slotFirst()),
|
|
|
|
|
actionCollection(), "editorwindow_first");
|
|
|
|
|
|
|
|
|
|
m_lastAction = new TDEAction(i18n("&Last"), "finish",
|
|
|
|
|
m_lastAction = new TDEAction(i18n("&Last"), "go-last",
|
|
|
|
|
TDEStdAccel::shortcut( TDEStdAccel::End),
|
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(slotLast()),
|
|
|
|
|
actionCollection(), "editorwindow_last");
|
|
|
|
|