From 3c40a093e071b2f0fe4469c5f10545be3dba7260 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:13:02 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- kshowmail/kcmconfigs/configfilter.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kshowmail/kcmconfigs/configfilter.cpp b/kshowmail/kcmconfigs/configfilter.cpp index a5ebdb7..6807cf6 100644 --- a/kshowmail/kcmconfigs/configfilter.cpp +++ b/kshowmail/kcmconfigs/configfilter.cpp @@ -83,10 +83,10 @@ ConfigFilter::ConfigFilter( TQWidget * parent, const char * name, const TQString btnAdd = new KPushButton( KStdGuiItem::add(), gboxFilters, "btnAdd" ); btnEdit = new KPushButton( KStdGuiItem::configure(), gboxFilters, "btnEdit" ); btnRemove = new KPushButton( KStdGuiItem::remove(), gboxFilters, "btnRemove" ); - btnMoveTop = new KPushButton( KGuiItem( "", "top", i18n( "Moves the selected filter at the top" ) ), gboxFilters, "btnMoveTop" ); - btnMoveUp = new KPushButton( KGuiItem( "", "up", i18n( "Moves the selected filter up" ) ), gboxFilters, "btnMoveUp" ); - btnMoveDown = new KPushButton( KGuiItem( "", "down", i18n( "Moves the selected filter down" ) ), gboxFilters, "btnMoveDown" ); - btnMoveBottom = new KPushButton( KGuiItem( "", "bottom", i18n( "Moves the selected filter at the bottm" ) ), gboxFilters, "btnMoveBottom" ); + btnMoveTop = new KPushButton( KGuiItem( "", "go-top", i18n( "Moves the selected filter at the top" ) ), gboxFilters, "btnMoveTop" ); + btnMoveUp = new KPushButton( KGuiItem( "", "go-up", i18n( "Moves the selected filter up" ) ), gboxFilters, "btnMoveUp" ); + btnMoveDown = new KPushButton( KGuiItem( "", "go-down", i18n( "Moves the selected filter down" ) ), gboxFilters, "btnMoveDown" ); + btnMoveBottom = new KPushButton( KGuiItem( "", "go-bottom", i18n( "Moves the selected filter at the bottm" ) ), gboxFilters, "btnMoveBottom" ); btnAdd->setSizePolicy( TQSizePolicy::Preferred, TQSizePolicy::Maximum ); btnEdit->setSizePolicy( TQSizePolicy::Preferred, TQSizePolicy::Maximum ); btnRemove->setSizePolicy( TQSizePolicy::Preferred, TQSizePolicy::Maximum ); -- cgit v1.2.1