aboutsummaryrefslogtreecommitdiffstats
path: root/ui/outputpane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/outputpane.cpp')
-rw-r--r--ui/outputpane.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/outputpane.cpp b/ui/outputpane.cpp
index a635815..3529ca3 100644
--- a/ui/outputpane.cpp
+++ b/ui/outputpane.cpp
@@ -30,7 +30,8 @@
#include "encouragementwidget.h"
-namespace UsageStatistic::Internal {
+namespace UsageStatistic {
+namespace Internal {
OutputPane::OutputPane() = default;
@@ -116,4 +117,5 @@ void OutputPane::setProvider(std::shared_ptr<KUserFeedback::Provider> provider)
Q_EMIT providerChanged(m_provider);
}
-} // namespace UsageStatistic::Internal
+} // namespace Internal
+} // namespace UsageStatistic