diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:16:24 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:16:24 -0500 |
commit | 267521c81f896cfbfcf4fbff69411d189114e855 (patch) | |
tree | d0e5e7567ad3091c8821b6b1d630dddd5282401b /certmanager | |
parent | b82f01dcfeabc12580ae11fe8cb2e6a4075da2cc (diff) | |
download | tdepim-267521c81f896cfbfcf4fbff69411d189114e855.tar.gz tdepim-267521c81f896cfbfcf4fbff69411d189114e855.zip |
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'certmanager')
-rw-r--r-- | certmanager/lib/ui/directoryserviceswidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |