From 0df27979a1c57f12f92a85208704c5cdc8ddabfc Mon Sep 17 00:00:00 2001 From: AgCaliva Date: Wed, 9 Aug 2023 02:19:26 -0300 Subject: [PATCH] fixed class name --- src/Gui/PreferencePages/DlgSettingsGeneral.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()