]> cloud.milkyroute.net Git - dolphin.git/commitdiff
We didn't want this changes here... of course... Qt bug
authorRafael Fernández López <ereslibre@kde.org>
Thu, 6 Dec 2007 12:22:30 +0000 (12:22 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Thu, 6 Dec 2007 12:22:30 +0000 (12:22 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=745561

src/kcategorizedview.cpp

index 3569e113acea9716f3f2dd4a4d0de4f17b09b1b1..c062b12b3212cd3e78de39c7d134f2209304ba2e 100644 (file)
@@ -29,7 +29,6 @@
 #include <QPaintEvent>
 
 #include <kstyle.h>
-#include <kapplication.h>
 
 #include "kcategorydrawer.h"
 #include "kcategorizedsortfilterproxymodel.h"
@@ -696,7 +695,6 @@ void KCategorizedView::paintEvent(QPaintEvent *event)
     }
 
     QStyleOptionViewItemV3 option = viewOptions();
-    option.palette = KApplication::palette();
     option.widget = this;
     if (wordWrap())
     {