aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/qrceditor/qrceditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/resourceeditor/qrceditor/qrceditor.cpp')
-rw-r--r--src/plugins/resourceeditor/qrceditor/qrceditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/qrceditor/qrceditor.cpp b/src/plugins/resourceeditor/qrceditor/qrceditor.cpp
index 86679c52b74..e08f52340fd 100644
--- a/src/plugins/resourceeditor/qrceditor/qrceditor.cpp
+++ b/src/plugins/resourceeditor/qrceditor/qrceditor.cpp
@@ -43,7 +43,7 @@ QrcEditor::QrcEditor(RelativeResourceModel *model, QWidget *parent)
m_languageLabel = new QLabel(Tr::tr("Language:"));
m_languageText = new QLineEdit;
- using namespace Utils::Layouting;
+ using namespace Layouting;
Column {
Row {
addPrefixButton,