From c0309fa1cf8e6b937d8172522cb02af55055fcb9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:12:12 -0500 Subject: [PATCH] Bring up, down, top, and bottom icons into XDG compliance --- kdirstat/kdirstatapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdirstat/kdirstatapp.cpp b/kdirstat/kdirstatapp.cpp index 1b24b3c..0103aa5 100644 --- a/kdirstat/kdirstatapp.cpp +++ b/kdirstat/kdirstatapp.cpp @@ -183,7 +183,7 @@ KDirStatApp::initActions() TQT_TQOBJECT(this), TQT_SLOT( treemapZoomOut() ), actionCollection(), "treemap_zoom_out" ); - _treemapSelectParent= new TDEAction( i18n( "Select Parent" ), "up", Key_Asterisk, + _treemapSelectParent= new TDEAction( i18n( "Select Parent" ), "go-up", Key_Asterisk, TQT_TQOBJECT(this), TQT_SLOT( treemapSelectParent() ), actionCollection(), "treemap_select_parent" );