aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/common/colorthemedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scxmleditor/common/colorthemedialog.cpp')
-rw-r--r--src/plugins/scxmleditor/common/colorthemedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/common/colorthemedialog.cpp b/src/plugins/scxmleditor/common/colorthemedialog.cpp
index 00f224d1f9..2f2b209b77 100644
--- a/src/plugins/scxmleditor/common/colorthemedialog.cpp
+++ b/src/plugins/scxmleditor/common/colorthemedialog.cpp
@@ -21,7 +21,7 @@ ColorThemeDialog::ColorThemeDialog(QWidget *parent)
QDialogButtonBox::Cancel |
QDialogButtonBox::Apply);
- using namespace Utils::Layouting;
+ using namespace Layouting;
Column {
m_colorSettings,
buttonBox,