]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/places/placesitemlistwidget.h
Fix wrong text color in Places Group Header. Use QPalette::Window for base color...
[dolphin.git] / src / panels / places / placesitemlistwidget.h
index 93cd8f468c19ef30285da4950604e267ab814b81..a2a88c1f0fee48162f46a824689066f81dfb0749 100644 (file)
@@ -36,7 +36,7 @@ public:
 
 protected:
     virtual bool isHidden() const;
-    virtual QPalette::ColorRole normalTextColorPalette() const;
+    virtual QPalette::ColorRole normalTextColorRole() const;
 };
 
 #endif