]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/places/placesitemlistgroupheader.h
Fix wrong text color in Places Group Header. Use QPalette::Window for base color...
[dolphin.git] / src / panels / places / placesitemlistgroupheader.h
index fbcd116f1ef8ec32b24f5738409fbb933503cda3..1c2d5cc25592e250a8f90ac085a30ba480fe28b4 100644 (file)
@@ -32,6 +32,8 @@ public:
 
 protected:
     virtual void paintSeparator(QPainter* painter, const QColor& color);
+
+    virtual QPalette::ColorRole normalTextColorRole() const;
 };
 #endif