summaryrefslogtreecommitdiff
path: root/tools/shared/qtgradienteditor/qtcolorbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shared/qtgradienteditor/qtcolorbutton.h')
-rw-r--r--tools/shared/qtgradienteditor/qtcolorbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared/qtgradienteditor/qtcolorbutton.h b/tools/shared/qtgradienteditor/qtcolorbutton.h
index 3b47d74cd9..17dda74b20 100644
--- a/tools/shared/qtgradienteditor/qtcolorbutton.h
+++ b/tools/shared/qtgradienteditor/qtcolorbutton.h
@@ -75,7 +75,7 @@ protected:
void dropEvent(QDropEvent *event);
#endif
private:
- class QtColorButtonPrivate *d_ptr;
+ QScopedPointer<class QtColorButtonPrivate> d_ptr;
Q_DECLARE_PRIVATE(QtColorButton)
Q_DISABLE_COPY(QtColorButton)
Q_PRIVATE_SLOT(d_func(), void slotEditColor())