diff -r dac33c7fce07 -r e3642a6a1e71 eric7/Preferences/ConfigurationPages/IconsPage.py --- a/eric7/Preferences/ConfigurationPages/IconsPage.py Sat May 15 19:01:16 2021 +0200 +++ b/eric7/Preferences/ConfigurationPages/IconsPage.py Sat May 15 20:08:03 2021 +0200 @@ -20,7 +20,7 @@ import Preferences -from eric6config import getConfig +from eric7config import getConfig class IconsPage(ConfigurationPageBase, Ui_IconsPage):