aboutsummaryrefslogtreecommitdiffstats
path: root/ui/outputpane.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/outputpane.h')
-rw-r--r--ui/outputpane.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/outputpane.h b/ui/outputpane.h
index 3965db6..039b3f2 100644
--- a/ui/outputpane.h
+++ b/ui/outputpane.h
@@ -37,7 +37,8 @@ QT_END_NAMESPACE
namespace KUserFeedback { class Provider; }
-namespace UsageStatistic::Internal {
+namespace UsageStatistic {
+namespace Internal {
class EncouragementWidget;
@@ -88,6 +89,7 @@ private: // Data
QPointer<QWidget> m_outputPaneWidget;
};
-} // namespace UsageStatistic::Internal
+} // namespace Internal
+} // namespace UsageStatistic
Q_DECLARE_METATYPE(std::shared_ptr<KUserFeedback::Provider>)