summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qboxlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qboxlayout.h')
-rw-r--r--src/gui/kernel/qboxlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qboxlayout.h b/src/gui/kernel/qboxlayout.h
index c399b8d..f463c31 100644
--- a/src/gui/kernel/qboxlayout.h
+++ b/src/gui/kernel/qboxlayout.h
@@ -60,7 +60,7 @@ class QBoxLayoutPrivate;
class Q_GUI_EXPORT QBoxLayout : public QLayout
{
Q_OBJECT
- Q_DECLARE_SCOPED_PRIVATE(QBoxLayout)
+ Q_DECLARE_PRIVATE(QBoxLayout)
public:
enum Direction { LeftToRight, RightToLeft, TopToBottom, BottomToTop,
Down = TopToBottom, Up = BottomToTop };