18 from .ConfigurationPageBase import ConfigurationPageBase |
18 from .ConfigurationPageBase import ConfigurationPageBase |
19 from .Ui_IconsPage import Ui_IconsPage |
19 from .Ui_IconsPage import Ui_IconsPage |
20 |
20 |
21 from eric7 import Preferences |
21 from eric7 import Preferences |
22 |
22 |
23 from eric7config import getConfig |
23 from eric7.Globals import getConfig |
24 |
24 |
25 |
25 |
26 class IconsPage(ConfigurationPageBase, Ui_IconsPage): |
26 class IconsPage(ConfigurationPageBase, Ui_IconsPage): |
27 """ |
27 """ |
28 Class implementing the Icons configuration page. |
28 Class implementing the Icons configuration page. |