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 c07a65ac..3220f31d 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -8,7 +8,7 @@ # include <QString> #endif -#include "ui.h" +#include "main-window.hpp" #include "opentrack-compat/options.hpp" using namespace options; #include <QApplication> |