]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/analogsignal.hpp
Rename colour* to color*
[pulseview.git] / pv / views / trace / analogsignal.hpp
index 97d5160bd08b42591191211121f6d16fc874669a..6afc394227170c99151acc9d8220daa3fed63def 100644 (file)
@@ -48,12 +48,12 @@ class AnalogSignal : public Signal, public GlobalSettingsInterface
 
 private:
        static const QPen AxisPen;
-       static const QColor SignalColours[4];
+       static const QColor SignalColors[4];
        static const QColor GridMajorColor, GridMinorColor;
-       static const QColor SamplingPointColour;
-       static const QColor SamplingPointColourLo;
-       static const QColor SamplingPointColourNe;
-       static const QColor SamplingPointColourHi;
+       static const QColor SamplingPointColor;
+       static const QColor SamplingPointColorLo;
+       static const QColor SamplingPointColorNe;
+       static const QColor SamplingPointColorHi;
        static const QColor ThresholdColor;
        static const QColor ThresholdColorLo;
        static const QColor ThresholdColorNe;