diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:19:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:19:29 -0600 |
commit | 2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (patch) | |
tree | 36de2281c8b4cf238a5e27a76b5c6e07f40151ab /src/option/k3bexternalbinwidget.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/k3bexternalbinwidget.cpp')
-rw-r--r-- | src/option/k3bexternalbinwidget.cpp | 6 |
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 ); } |