diff options
Diffstat (limited to 'src/option/k3bpluginoptiontab.cpp')
-rw-r--r-- | src/option/k3bpluginoptiontab.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/option/k3bpluginoptiontab.cpp b/src/option/k3bpluginoptiontab.cpp index 6072e0a..37a66c8 100644 --- a/src/option/k3bpluginoptiontab.cpp +++ b/src/option/k3bpluginoptiontab.cpp @@ -97,11 +97,11 @@ void K3bPluginOptionTab::readSettings() TQFont f( font() ); f.setBold(true); groupViewItem->setFont( 0, f ); - groupViewItem->setBackgroundColor( 0, KGlobalSettings::alternateBackgroundColor() ); - groupViewItem->setBackgroundColor( 1, KGlobalSettings::alternateBackgroundColor() ); - groupViewItem->setBackgroundColor( 2, KGlobalSettings::alternateBackgroundColor() ); - groupViewItem->setBackgroundColor( 3, KGlobalSettings::alternateBackgroundColor() ); - groupViewItem->setBackgroundColor( 4, KGlobalSettings::alternateBackgroundColor() ); + groupViewItem->setBackgroundColor( 0, TDEGlobalSettings::alternateBackgroundColor() ); + groupViewItem->setBackgroundColor( 1, TDEGlobalSettings::alternateBackgroundColor() ); + groupViewItem->setBackgroundColor( 2, TDEGlobalSettings::alternateBackgroundColor() ); + groupViewItem->setBackgroundColor( 3, TDEGlobalSettings::alternateBackgroundColor() ); + groupViewItem->setBackgroundColor( 4, TDEGlobalSettings::alternateBackgroundColor() ); groupViewItem->setSelectable( false ); TQPtrList<K3bPlugin> fl = k3bcore->pluginManager()->plugins( group ); |