summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krecipes/src/krecipesview.cpp4
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;