From 50dba11eb8fe6d5841be616a40f30a9079a1af87 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 00:37:31 -0500 Subject: Bring first and last icons into XDG compliance --- kpresenter/KPrView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpresenter/KPrView.cpp') diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp index 583b7af74..0bf478503 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" ); -- cgit v1.2.3