diff options
Diffstat (limited to 'tools/shared/qtgradienteditor/qtgradientstopscontroller.h')
-rw-r--r-- | tools/shared/qtgradienteditor/qtgradientstopscontroller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared/qtgradienteditor/qtgradientstopscontroller.h b/tools/shared/qtgradienteditor/qtgradientstopscontroller.h index 94a5619..7c6a660 100644 --- a/tools/shared/qtgradienteditor/qtgradientstopscontroller.h +++ b/tools/shared/qtgradienteditor/qtgradientstopscontroller.h @@ -71,7 +71,7 @@ signals: private: QScopedPointer<class QtGradientStopsControllerPrivate> d_ptr; - Q_DECLARE_SCOPED_PRIVATE(QtGradientStopsController) + Q_DECLARE_PRIVATE(QtGradientStopsController) Q_DISABLE_COPY(QtGradientStopsController) Q_PRIVATE_SLOT(d_func(), void slotHsvClicked()) Q_PRIVATE_SLOT(d_func(), void slotRgbClicked()) |