diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 59e2c1122..2e2acd460 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -292,7 +292,7 @@ ChoicePage::setupChoices() // Also offer it for "replace auto* box = new QComboBox; box->addItems( m_config->eraseFsTypes() ); - connect( box, &QComboBox::currentTextChanged, m_config, &Config : setReplaceFsChoice ); + connect( box, &QComboBox::currentTextChanged, m_config, &Config::setReplaceFilesystemChoice ); connect( m_config, &Config::replaceModeFilesystemChanged, this, &ChoicePage::onActionChanged ); m_replaceButton->addOptionsComboBox( box ); }