From 267521c81f896cfbfcf4fbff69411d189114e855 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:16:24 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- certmanager/lib/ui/directoryserviceswidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'certmanager') diff --git a/certmanager/lib/ui/directoryserviceswidget.cpp b/certmanager/lib/ui/directoryserviceswidget.cpp index e8c4ae58e..1a97e1e08 100644 --- a/certmanager/lib/ui/directoryserviceswidget.cpp +++ b/certmanager/lib/ui/directoryserviceswidget.cpp @@ -99,10 +99,10 @@ Kleo::DirectoryServicesWidget::DirectoryServicesWidget( x500LV->setSorting( -1 ); // taken from kmail's configuredialog.cpp - upButton->setIconSet( BarIconSet( "up", TDEIcon::SizeSmall ) ); + upButton->setIconSet( BarIconSet( "go-up", TDEIcon::SizeSmall ) ); upButton->setEnabled( false ); // b/c no item is selected yet - downButton->setIconSet( BarIconSet( "down", TDEIcon::SizeSmall ) ); + downButton->setIconSet( BarIconSet( "go-down", TDEIcon::SizeSmall ) ); downButton->setEnabled( false ); // b/c no item is selected yet } -- cgit v1.2.1