diff options
Diffstat (limited to 'gui/main.cpp')
-rw-r--r-- | gui/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index 43fd4539..fd41cbd3 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -9,7 +9,7 @@ #endif #include "main-window.hpp" -#include "compat/options.hpp" +#include "options/options.hpp" #include "compat/win32-com.hpp" using namespace options; #include <QApplication> |