diff options
| author | Arto Hytönen <[email protected]> | 2007-09-07 12:37:28 +0000 |
|---|---|---|
| committer | Arto Hytönen <[email protected]> | 2007-09-07 12:37:28 +0000 |
| commit | e66cde6befc204f26a99cf3a0a74ed3b4c7ebb43 (patch) | |
| tree | 0b697973c9299ed2d8f927de0eedbab14ddecfab /src/dolphinview.cpp | |
| parent | 7bc1b16a814d5e573de1ddb2ca9c40bd5f4a80df (diff) | |
deprecated-- KColorScheme __comp_ctor fixes
svn path=/trunk/KDE/kdebase/apps/; revision=709395
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 7339b8227..d145597ca 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -911,7 +911,7 @@ void DolphinView::applyCutItemEffect() void DolphinView::updateViewportColor() { - QColor color = KColorScheme(KColorScheme::View).background(); + QColor color = KColorScheme(QPalette::Active, KColorScheme::View).background().color(); if (m_active) { emit urlChanged(url()); // Hmm, this is a hack; the url hasn't really changed. emit selectionChanged(selectedItems()); |
