Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance

feat/lzip-support
Timothy Pearson 10 years ago
parent d1dedd590a
commit 88afeca3d0

@ -71,7 +71,7 @@ DiskUsageGUI::DiskUsageGUI( KURL openDir, TQWidget* parent, const char *name )
separatorWidget->setMinimumWidth( 10 );
btnLines = new TQToolButton( duTools, "btnLines" );
btnLines->setIconSet( TQIconSet(krLoader->loadIcon("leftjust",TDEIcon::Desktop)) );
btnLines->setIconSet( TQIconSet(krLoader->loadIcon("format-justify-left",TDEIcon::Desktop)) );
btnLines->setToggleButton( true );
TQToolTip::add( btnLines, i18n( "Line view" ) );

Loading…
Cancel
Save