Bring up, down, top, and bottom icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 2d00d6a205
commit 3c40a093e0

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

Loading…
Cancel
Save