diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-09 15:10:41 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-10 10:41:52 +0200 |
commit | 9b5fbf7071be239f79b80450f4aac98c50177518 (patch) | |
tree | d32de8ce4e011d4ce88abf408cf526328630175b /gui/main.cpp | |
parent | 54c93958a91b1b166eadb8ad66bf5c06084add8a (diff) |
gui: only rename main window files
Adjust usages.
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> |