diff --git a/widgets/rectangle.h b/widgets/rectangle.h index e86ddf849..ca5f1cba8 100644 --- a/widgets/rectangle.h +++ b/widgets/rectangle.h @@ -35,7 +35,7 @@ class PLASMA_EXPORT Rectangle : public Plasma::Widget private: class Private; - Private * const d; + Private const *d; }; }