diff --git a/src/Gui/DlgGeneralImp.cpp b/src/Gui/DlgSettingsGeneral.cpp similarity index 97% rename from src/Gui/DlgGeneralImp.cpp rename to src/Gui/DlgSettingsGeneral.cpp index a395469fa5..b73e9cb8fc 100644 --- a/src/Gui/DlgGeneralImp.cpp +++ b/src/Gui/DlgSettingsGeneral.cpp @@ -580,4 +580,3 @@ void DlgGeneralImp::onThemeChanged(int index) { } #include "moc_DlgSettingsGeneral.cpp" - diff --git a/src/Gui/DlgGeneralImp.h b/src/Gui/DlgSettingsGeneral.h similarity index 96% rename from src/Gui/DlgGeneralImp.h rename to src/Gui/DlgSettingsGeneral.h index e10ce05809..631017546e 100644 --- a/src/Gui/DlgGeneralImp.h +++ b/src/Gui/DlgSettingsGeneral.h @@ -91,4 +91,4 @@ private: } // namespace Dialog } // namespace Gui -#endif // GUI_DIALOG_DLGSETTINGSGENERAL_H +#endif // GUI_DIALOG_DLGSETTINGSGENERAL_H \ No newline at end of file diff --git a/src/Gui/DlgGeneral.ui b/src/Gui/DlgSettingsGeneral.ui similarity index 100% rename from src/Gui/DlgGeneral.ui rename to src/Gui/DlgSettingsGeneral.ui