diff options
Diffstat (limited to 'src/plugins/scxmleditor/common/shapestoolbox.cpp')
-rw-r--r-- | src/plugins/scxmleditor/common/shapestoolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/common/shapestoolbox.cpp b/src/plugins/scxmleditor/common/shapestoolbox.cpp index 988c762c34..1343859cc6 100644 --- a/src/plugins/scxmleditor/common/shapestoolbox.cpp +++ b/src/plugins/scxmleditor/common/shapestoolbox.cpp @@ -29,7 +29,7 @@ ShapesToolbox::ShapesToolbox(QWidget *parent) m_shapeGroupsLayout->setContentsMargins(0, 0, 0, 0); m_shapeGroupsLayout->setSpacing(0); - using namespace Utils::Layouting; + using namespace Layouting; Column { scrollArea, }.setSpacing(0).attachTo(this, WithoutMargins); |