Branch: master

3c40a093 2014-10-13 00:13:02 Timothy Pearson
Bring up, down, top, and bottom icons into XDG compliance
M kshowmail/kcmconfigs/configfilter.cpp
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 @@
   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 );