summaryrefslogtreecommitdiffstats
path: root/src/yuzu/qt_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/qt_common.h')
-rw-r--r--src/yuzu/qt_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/qt_common.h b/src/yuzu/qt_common.h
index b366adee6..9c63f08f3 100644
--- a/src/yuzu/qt_common.h
+++ b/src/yuzu/qt_common.h
@@ -6,10 +6,10 @@
#include <QWindow>
#include "core/frontend/emu_window.h"
-namespace YuzuQtCommon {
+namespace QtCommon {
Core::Frontend::WindowSystemType GetWindowSystemType();
Core::Frontend::EmuWindow::WindowSystemInfo GetWindowSystemInfo(QWindow* window);
-} // namespace YuzuQtCommon
+} // namespace QtCommon