diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:19:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:19:29 -0600 |
commit | 2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (patch) | |
tree | 36de2281c8b4cf238a5e27a76b5c6e07f40151ab /src/option/k3bpluginoptiontab.cpp | |
parent | 2a3289ab87c52551fd2f5655492988ca02c17892 (diff) | |
download | k3b-2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5.tar.gz k3b-2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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 ); |