diff --git a/src/Gui/PreferencePages/DlgSettingsGeneral.cpp b/src/Gui/PreferencePages/DlgSettingsGeneral.cpp index 44e530e6ce..fbf509c3b1 100644 --- a/src/Gui/PreferencePages/DlgSettingsGeneral.cpp +++ b/src/Gui/PreferencePages/DlgSettingsGeneral.cpp @@ -612,7 +612,7 @@ void DlgSettingsGeneral::onUnitSystemIndexChanged(int index) } } -void DlgGeneralImp::on_checkBox_projectUnitSystemIgnore_stateChanged(int state) +void DlgSettingsGeneral::on_checkBox_projectUnitSystemIgnore_stateChanged(int state) { if (state < 0) return; // happens when clearing the combo box in retranslateUi()