diff --git a/lib/kdecoration.h b/lib/kdecoration.h index 800e653bf4..1180b43954 100644 --- a/lib/kdecoration.h +++ b/lib/kdecoration.h @@ -52,7 +52,7 @@ public: * These values represent positions inside an area */ enum Position - { // without prefix, they'd conflict with Qt::TopLeft etc. :( + { // without prefix, they'd conflict with Qt::TopLeftCorner etc. :( PositionCenter = 0x00, PositionLeft = 0x01, PositionRight = 0x02,