┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-12-07 15:39:49 +0000
committerRafael Fernández López <[email protected]>2007-12-07 15:39:49 +0000
commitf048b7fd6537e6427128e5d589233bfa8040e61b (patch)
treed1adae96adbb933086b2845451e0a1242c03700a
parent1d2e10bcb220ed4505ba322b11e21dbd06d1f4b7 (diff)
workaround no longer needed
svn path=/trunk/KDE/kdebase/apps/; revision=746029
-rw-r--r--src/kcategorizedview.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/kcategorizedview.cpp b/src/kcategorizedview.cpp
index 8d1f93d5b..c062b12b3 100644
--- a/src/kcategorizedview.cpp
+++ b/src/kcategorizedview.cpp
@@ -695,9 +695,6 @@ void KCategorizedView::paintEvent(QPaintEvent *event)
}
QStyleOptionViewItemV3 option = viewOptions();
- option.palette = palette(); // viewOptions() doesn't seem to return the correct palette
- // if the app was already running and the color scheme was changed
- // (ereslibre)
option.widget = this;
if (wordWrap())
{