aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/help/topicchooser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/help/topicchooser.cpp')
-rw-r--r--src/shared/help/topicchooser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/help/topicchooser.cpp b/src/shared/help/topicchooser.cpp
index efa3705b14b..93a4bf47be9 100644
--- a/src/shared/help/topicchooser.cpp
+++ b/src/shared/help/topicchooser.cpp
@@ -52,7 +52,7 @@ TopicChooser::TopicChooser(QWidget *parent, const QString &keyword,
auto buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
- using namespace Utils::Layouting;
+ using namespace Layouting;
Column {
::Help::Tr::tr("Choose a topic for <b>%1</b>:").arg(keyword),
m_lineEdit,