summaryrefslogtreecommitdiff
path: root/tools/flicker_test/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/flicker_test/setup.h')
-rw-r--r--tools/flicker_test/setup.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/flicker_test/setup.h b/tools/flicker_test/setup.h
index 0da78d6..e034e28 100644
--- a/tools/flicker_test/setup.h
+++ b/tools/flicker_test/setup.h
@@ -11,7 +11,8 @@
#include "tools/flicker_test/parameters.h"
#include "tools/flicker_test/ui_setup.h"
-namespace jxl {
+namespace jpegxl {
+namespace tools {
class FlickerTestWizard : public QWizard {
Q_OBJECT
@@ -39,6 +40,7 @@ class FlickerTestWizard : public QWizard {
QSettings settings_;
};
-} // namespace jxl
+} // namespace tools
+} // namespace jpegxl
#endif // TOOLS_FLICKER_TEST_SETUP_H_