From bf0e4d08fa97ebd72cdc47e28afbc4f77cd60dad Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:15:38 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- kghostview/kgv_view.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kghostview') diff --git a/kghostview/kgv_view.cpp b/kghostview/kgv_view.cpp index 39997eb5..225cebb0 100644 --- a/kghostview/kgv_view.cpp +++ b/kghostview/kgv_view.cpp @@ -298,13 +298,13 @@ KGVPart::KGVPart( TQWidget* parentWidget, const char*, TDEShortcut readUpShort = TDEStdAccel::shortcut( TDEStdAccel::Prior ); readUpShort.append( KKey( SHIFT+Key_Space ) ); - _readUp = new TDEAction( i18n( "Read Up" ), "up", + _readUp = new TDEAction( i18n( "Read Up" ), "go-up", readUpShort, this, TQT_SLOT( slotReadUp() ), actionCollection(), "readUp" ); TDEShortcut readDownShort = TDEStdAccel::shortcut( TDEStdAccel::Next ); readDownShort.append( KKey( Key_Space ) ); - _readDown = new TDEAction( i18n( "Read Down" ), "down", + _readDown = new TDEAction( i18n( "Read Down" ), "go-down", readDownShort, this, TQT_SLOT( slotReadDown() ), actionCollection(), "readDown" ); -- cgit v1.2.1