From ab61d9d3ba40e5a5869ab02907b4b14921118924 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Mon, 13 Aug 2012 18:40:43 +0200 Subject: Fix wrong text color in places and in folders panel. FIXED-IN: 4.9.1 REVIEW: 105832 BUG: 303133 --- src/panels/places/placesitemlistwidget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/panels/places/placesitemlistwidget.h') diff --git a/src/panels/places/placesitemlistwidget.h b/src/panels/places/placesitemlistwidget.h index d7a4f3ddd..93cd8f468 100644 --- a/src/panels/places/placesitemlistwidget.h +++ b/src/panels/places/placesitemlistwidget.h @@ -24,7 +24,7 @@ /** * @brief Extends KStandardItemListWidget to interpret the hidden - * property of the PlacesModel. + * property of the PlacesModel and use the right text color. */ class PlacesItemListWidget : public KStandardItemListWidget { @@ -36,6 +36,7 @@ public: protected: virtual bool isHidden() const; + virtual QPalette::ColorRole normalTextColorPalette() const; }; #endif -- cgit v1.3