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