diff --git a/lib/rippleoverlay.h b/lib/rippleoverlay.h index 011e701..9463cbf 100644 --- a/lib/rippleoverlay.h +++ b/lib/rippleoverlay.h @@ -31,8 +31,8 @@ protected slots: private: QList ripples; - QPainterPath clipPath; - bool useClip; + QPainterPath clipPath; + bool useClip; }; #endif // RIPPLEOVERLAY_H diff --git a/lib/transparencyproxy_p.h b/lib/transparencyproxy_p.h index 4c33f7d..50aaff1 100644 --- a/lib/transparencyproxy_p.h +++ b/lib/transparencyproxy_p.h @@ -18,8 +18,8 @@ public: void init(); TransparencyProxy *const q_ptr; - QWidget *widget; - ProxyWidget *proxy; + QWidget *widget; + ProxyWidget *proxy; }; #endif // TRANSPARENCYPROXY_P_H