diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:35 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:35 -0500 |
commit | 8d657d02311dcb06878fe77499940a829a9e85f7 (patch) | |
tree | 1c88416c120a57a80d0c6411abacf5783985909e | |
parent | 45d524d58a7e30f90a0dac357eb84ea1f000cf98 (diff) | |
download | krecipes-8d657d02311dcb06878fe77499940a829a9e85f7.tar.gz krecipes-8d657d02311dcb06878fe77499940a829a9e85f7.zip |
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
-rw-r--r-- | krecipes/src/krecipesview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/krecipesview.cpp b/krecipes/src/krecipesview.cpp index 9f40129..7a611bc 100644 --- a/krecipes/src/krecipesview.cpp +++ b/krecipes/src/krecipesview.cpp @@ -153,7 +153,7 @@ KrecipesView::KrecipesView( TQWidget *parent ) buttonsList->append( button5 ); 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 ); contextButton = new TQPushButton( leftPanel, "contextButton" ); @@ -390,7 +390,7 @@ void KrecipesView::slotSetPanel( KrePanel p ) categoriesPanel->reload( Load ); break; case AuthorsP: - rightPanel->setHeader( i18n( "Authors" ), "personal" ); + rightPanel->setHeader( i18n( "Authors" ), "preferences-desktop-personal" ); rightPanel->raise( authorsPanel ); authorsPanel->reload( Load ); break; |