summaryrefslogtreecommitdiffstats
path: root/src/option/k3bexternalbinwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/option/k3bexternalbinwidget.cpp')
-rw-r--r--src/option/k3bexternalbinwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/option/k3bexternalbinwidget.cpp b/src/option/k3bexternalbinwidget.cpp
index 28c6375..13904e4 100644
--- a/src/option/k3bexternalbinwidget.cpp
+++ b/src/option/k3bexternalbinwidget.cpp
@@ -49,9 +49,9 @@ K3bExternalBinWidget::K3bExternalProgramViewItem::K3bExternalProgramViewItem( K3
TQFont f( listView()->font() );
f.setBold(true);
setFont( 0, f );
- setBackgroundColor( 0, KGlobalSettings::alternateBackgroundColor() );
- setBackgroundColor( 1, KGlobalSettings::alternateBackgroundColor() );
- setBackgroundColor( 2, KGlobalSettings::alternateBackgroundColor() );
+ setBackgroundColor( 0, TDEGlobalSettings::alternateBackgroundColor() );
+ setBackgroundColor( 1, TDEGlobalSettings::alternateBackgroundColor() );
+ setBackgroundColor( 2, TDEGlobalSettings::alternateBackgroundColor() );
setText( 0, p->name() );
setSelectable( false );
}