Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 45d524d58a
commit 8d657d0231

@ -153,7 +153,7 @@ KrecipesView::KrecipesView( TQWidget *parent )
buttonsList->append( button5 ); buttonsList->append( button5 );
button6 = new KreMenuButton( leftPanel, AuthorsP, dataMenu ); button6 = new KreMenuButton( leftPanel, AuthorsP, dataMenu );
button6->setIconSet( il.loadIconSet( "personal", TDEIcon::Panel, 32 ) ); button6->setIconSet( il.loadIconSet( "preferences-desktop-personal", TDEIcon::Panel, 32 ) );
buttonsList->append( button6 ); buttonsList->append( button6 );
contextButton = new TQPushButton( leftPanel, "contextButton" ); contextButton = new TQPushButton( leftPanel, "contextButton" );
@ -390,7 +390,7 @@ void KrecipesView::slotSetPanel( KrePanel p )
categoriesPanel->reload( Load ); categoriesPanel->reload( Load );
break; break;
case AuthorsP: case AuthorsP:
rightPanel->setHeader( i18n( "Authors" ), "personal" ); rightPanel->setHeader( i18n( "Authors" ), "preferences-desktop-personal" );
rightPanel->raise( authorsPanel ); rightPanel->raise( authorsPanel );
authorsPanel->reload( Load ); authorsPanel->reload( Load );
break; break;

Loading…
Cancel
Save