diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:18:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:18:58 -0600 |
commit | 6d3902bd20c24613b2f13f5c04294ff83f104006 (patch) | |
tree | 6cf224cc11b6dfd4ebf884b1045ff7e95de7c8e7 /src/dolphindetailsview.cpp | |
parent | 87346b386fec7055f53b607d9cad63f48fbb8e28 (diff) | |
download | dolphin-6d3902bd20c24613b2f13f5c04294ff83f104006.tar.gz dolphin-6d3902bd20c24613b2f13f5c04294ff83f104006.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r-- | src/dolphindetailsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index c24ed4c..8c1077d 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -750,7 +750,7 @@ void DolphinDetailsView::DolphinListViewItem::paintCell(TQPainter* painter, if (column < listView()->columns() - 1) { // draw a separator between columns - painter->setPen(KGlobalSettings::buttonBackground()); + painter->setPen(TDEGlobalSettings::buttonBackground()); painter->drawLine(cellWidth - 1, 0, cellWidth - 1, height() - 1); } } |