diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-22 11:10:34 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-27 16:42:57 +0200 |
commit | 0a0000a6c4ca5ebfffd33d70f7b7963473be1471 (patch) | |
tree | 90e31f30303b4b4d4f4e83086ff4ee70d915fe77 /gui/main-window.hpp | |
parent | d20e3d4a3ac6114b296f0284f336b59c178b4e72 (diff) |
gui: rename source files only
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r-- | gui/main-window.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/main-window.hpp b/gui/main-window.hpp index b41c1df9..f992b218 100644 --- a/gui/main-window.hpp +++ b/gui/main-window.hpp @@ -9,8 +9,8 @@ #pragma once #include "api/plugin-support.hpp" -#include "mapping-window.hpp" -#include "options-dialog.hpp" +#include "mapping-dialog.hpp" +#include "settings.hpp" #include "process_detector.h" #include "logic/main-settings.hpp" #include "logic/pipeline.hpp" |