Gui: Reorganize the dialog files into a top Dialogs folder.

This commit is contained in:
tritao
2025-01-24 14:13:36 +00:00
committed by Chris Hennes
parent 06143dcb15
commit 4c93a14fea
133 changed files with 237 additions and 236 deletions

View File

@@ -45,10 +45,10 @@
#include <Gui/Action.h>
#include <Gui/Application.h>
#include <Gui/DlgCreateNewPreferencePackImp.h>
#include <Gui/DlgPreferencesImp.h>
#include <Gui/DlgPreferencePackManagementImp.h>
#include <Gui/DlgRevertToBackupConfigImp.h>
#include <Gui/Dialogs/DlgCreateNewPreferencePackImp.h>
#include <Gui/Dialogs/DlgPreferencesImp.h>
#include <Gui/Dialogs/DlgPreferencePackManagementImp.h>
#include <Gui/Dialogs/DlgRevertToBackupConfigImp.h>
#include <Gui/MainWindow.h>
#include <Gui/OverlayManager.h>
#include <Gui/ParamHandler.h>