From b45e7a0e5551fee5ef12850e526725c97f7459d1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 Oct 2014 21:45:19 -0500 Subject: Bring previous and next icons into XDG compliance --- kview/modules/presenter/kviewpresenter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kview/modules') diff --git a/kview/modules/presenter/kviewpresenter.cpp b/kview/modules/presenter/kviewpresenter.cpp index 065bccaa..c7405547 100644 --- a/kview/modules/presenter/kviewpresenter.cpp +++ b/kview/modules/presenter/kviewpresenter.cpp @@ -71,10 +71,10 @@ KViewPresenter::KViewPresenter( TQObject* parent, const char* name, const TQStri this, TQT_SLOT( slotImageList() ), actionCollection(), "plugin_presenter_imageList" ); m_paSlideshow = new TDEToggleAction( i18n( "Start &Slideshow" ), Key_S, actionCollection(), "plugin_presenter_slideshow" ); - ( void ) new TDEAction( i18n( "&Previous Image in List" ), "previous", ALT+Key_Left, + ( void ) new TDEAction( i18n( "&Previous Image in List" ), "go-previous", ALT+Key_Left, this, TQT_SLOT( prev() ), actionCollection(), "plugin_presenter_prev" ); - ( void ) new TDEAction( i18n( "&Next Image in List" ), "next", ALT+Key_Right, + ( void ) new TDEAction( i18n( "&Next Image in List" ), "go-next", ALT+Key_Right, this, TQT_SLOT( next() ), actionCollection(), "plugin_presenter_next" ); -- cgit v1.2.3