aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem/pluginerroroverview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/extensionsystem/pluginerroroverview.cpp')
-rw-r--r--src/libs/extensionsystem/pluginerroroverview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/extensionsystem/pluginerroroverview.cpp b/src/libs/extensionsystem/pluginerroroverview.cpp
index 20e6f5ac90..69562e504d 100644
--- a/src/libs/extensionsystem/pluginerroroverview.cpp
+++ b/src/libs/extensionsystem/pluginerroroverview.cpp
@@ -42,7 +42,7 @@ PluginErrorOverview::PluginErrorOverview(QWidget *parent)
QObject::connect(buttonBox, &QDialogButtonBox::accepted, this, &QDialog::accept);
QObject::connect(buttonBox, &QDialogButtonBox::rejected, this, &QDialog::reject);
- using namespace Utils::Layouting;
+ using namespace Layouting;
auto createLabel = [this](const QString &text) {
QLabel *label = new QLabel(text, this);