|
|
|
@ -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" );
|
|
|
|
|
|
|
|
|
|