diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 00:37:31 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 00:37:31 -0500 |
commit | 50dba11eb8fe6d5841be616a40f30a9079a1af87 (patch) | |
tree | dccdc77ae517b6ad88c70303c6a9c47cfdcd036c /kpresenter/KPrView.cpp | |
parent | 3198b2b889fc7fcad07a7977d4e645aab6c402f7 (diff) | |
download | koffice-50dba11eb8fe6d5841be616a40f30a9079a1af87.tar.gz koffice-50dba11eb8fe6d5841be616a40f30a9079a1af87.zip |
Bring first and last icons into XDG compliance
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" ); |