summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qundoview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/util/qundoview.h')
-rw-r--r--src/gui/util/qundoview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qundoview.h b/src/gui/util/qundoview.h
index fa0c163e0b..293c0c235f 100644
--- a/src/gui/util/qundoview.h
+++ b/src/gui/util/qundoview.h
@@ -61,7 +61,7 @@ QT_MODULE(Gui)
class Q_GUI_EXPORT QUndoView : public QListView
{
Q_OBJECT
- Q_DECLARE_PRIVATE(QUndoView)
+ Q_DECLARE_SCOPED_PRIVATE(QUndoView)
Q_PROPERTY(QString emptyLabel READ emptyLabel WRITE setEmptyLabel)
Q_PROPERTY(QIcon cleanIcon READ cleanIcon WRITE setCleanIcon)