|
|
|
@ -38,7 +38,7 @@ ConfigBackendsPage::ConfigBackendsPage( Config* _config, TQMap<TQString, TQStrin
|
|
|
|
|
TQHBox* legendBox = new TQHBox( box );
|
|
|
|
|
legendBox->setMargin( 0 );
|
|
|
|
|
legendBox->setSpacing( 6 );
|
|
|
|
|
KStandardDirs* stdDirs = new KStandardDirs();
|
|
|
|
|
TDEStandardDirs* stdDirs = new TDEStandardDirs();
|
|
|
|
|
TQLabel* lLegendLabel = new TQLabel( i18n("Legend")+":", legendBox, "lLegendLabel" );
|
|
|
|
|
TQLabel* lLegendGreen = new TQLabel( "", legendBox, "lLegendGreen" );
|
|
|
|
|
lLegendGreen->setPixmap( TQPixmap(stdDirs->findResource("data","soundkonverter/pics/ledgreen_legend.png")) );
|
|
|
|
@ -329,7 +329,7 @@ void ConfigBackendsPage::rebuild()
|
|
|
|
|
|
|
|
|
|
void ConfigBackendsPage::refill()
|
|
|
|
|
{
|
|
|
|
|
KStandardDirs* stdDirs = new KStandardDirs();
|
|
|
|
|
TDEStandardDirs* stdDirs = new TDEStandardDirs();
|
|
|
|
|
int i, item;
|
|
|
|
|
|
|
|
|
|
cRipper->clear();
|
|
|
|
|