From 6d3902bd20c24613b2f13f5c04294ff83f104006 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:18:58 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/dolphindetailsview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphindetailsview.cpp') 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); } } -- cgit v1.2.1