aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/dialogs/openwithdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/dialogs/openwithdialog.cpp')
-rw-r--r--src/plugins/coreplugin/dialogs/openwithdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/dialogs/openwithdialog.cpp b/src/plugins/coreplugin/dialogs/openwithdialog.cpp
index ddec97928bf..ff8db72ddbf 100644
--- a/src/plugins/coreplugin/dialogs/openwithdialog.cpp
+++ b/src/plugins/coreplugin/dialogs/openwithdialog.cpp
@@ -25,7 +25,7 @@ OpenWithDialog::OpenWithDialog(const Utils::FilePath &filePath, QWidget *parent)
buttonBox->setStandardButtons(QDialogButtonBox::Cancel | QDialogButtonBox::Ok);
buttonBox->button(QDialogButtonBox::Ok)->setDefault(true);
- using namespace Utils::Layouting;
+ using namespace Layouting;
// clang-format off
Column {
Tr::tr("Open file \"%1\" with:").arg(filePath.fileName()),