summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpixelformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qpixelformat.h')
-rw-r--r--src/gui/kernel/qpixelformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qpixelformat.h b/src/gui/kernel/qpixelformat.h
index b020a53e6d..0e5df679f8 100644
--- a/src/gui/kernel/qpixelformat.h
+++ b/src/gui/kernel/qpixelformat.h
@@ -53,7 +53,7 @@ public:
RGB,
BGR,
Indexed,
- GrayScale,
+ Grayscale,
CMYK,
HSL,
HSV,
@@ -360,7 +360,7 @@ QPixelFormatRgb::QPixelFormatRgb(uchar red,
Q_DECL_CONSTEXPR
QPixelFormatGrayScale::QPixelFormatGrayScale(uchar channelSize,
TypeInterpretation typeInt) Q_DECL_NOTHROW
- : QPixelFormat(GrayScale,
+ : QPixelFormat(Grayscale,
channelSize,
0,
0,