diff options
Diffstat (limited to 'kpresenter/KPrView.cpp')
-rw-r--r-- | kpresenter/KPrView.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp index 583b7af7..0bf47850 100644 --- a/kpresenter/KPrView.cpp +++ b/kpresenter/KPrView.cpp @@ -2797,7 +2797,7 @@ void KPrView::setupActions() actionCollection(), "screen_startfromfirst" ); actionScreenFirst = new TDEAction( i18n( "&Go to Start" ), - "start", 0, + "go-first", 0, TQT_TQOBJECT(this), TQT_SLOT( screenFirst() ), actionCollection(), "screen_first" ); @@ -2812,7 +2812,7 @@ void KPrView::setupActions() actionCollection(), "screen_next" ); actionScreenLast = new TDEAction( i18n( "Go to &End" ), - "finish", 0, + "go-last", 0, TQT_TQOBJECT(this), TQT_SLOT( screenLast() ), actionCollection(), "screen_last" ); |