diff options
| author | Rafael Fernández López <[email protected]> | 2007-12-06 12:22:30 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-12-06 12:22:30 +0000 |
| commit | 1ec3860a264df856b206336f412e95ada4fb524a (patch) | |
| tree | a823f9712f641959f0bc4413b0af692a6cf48540 | |
| parent | f0f5cfdbfda7f7b2897e61148f54eeed1bcf6be8 (diff) | |
We didn't want this changes here... of course... Qt bug
svn path=/trunk/KDE/kdebase/apps/; revision=745561
| -rw-r--r-- | src/kcategorizedview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kcategorizedview.cpp b/src/kcategorizedview.cpp index 3569e113a..c062b12b3 100644 --- a/src/kcategorizedview.cpp +++ b/src/kcategorizedview.cpp @@ -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()) { |
