Fix directory name.

This commit is contained in:
p620
2020-11-04 18:20:56 +03:00
parent 4f8a5b68fe
commit dbfe0f9608
4 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
#include <noggit/ui/minimap_widget.hpp>
#include <noggit/ui/uid_fix_window.hpp>
#include <noggit/uid_storage.hpp>
#include <noggit/Red/MapCreationWizard/UI/MapCreationWizard.hpp>
#include <noggit/Red/MapCreationWizard/Ui/MapCreationWizard.hpp>
#include <QtGui/QCloseEvent>
#include <QtWidgets/QHBoxLayout>

View File

@@ -4,7 +4,7 @@
#include <math/trig.hpp>
#include <noggit/World.h>
#include <noggit/ui/uid_fix_window.hpp>
#include <noggit/Red/MapCreationWizard/UI/MapCreationWizard.hpp>
#include <noggit/Red/MapCreationWizard/Ui/MapCreationWizard.hpp>
#include <QtWidgets/QMainWindow>