]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/places/placesitemlistwidget.h
Fix wrong text color in places and in folders panel.
[dolphin.git] / src / panels / places / placesitemlistwidget.h
index d7a4f3dddde42a8c8f7706937cc05f5402b2436d..93cd8f468c19ef30285da4950604e267ab814b81 100644 (file)
@@ -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