187 @type bool (optional) |
187 @type bool (optional) |
188 @return directory path containing the style icons |
188 @return directory path containing the style icons |
189 @rtype str |
189 @rtype str |
190 """ |
190 """ |
191 from eric7 import Preferences, Utilities |
191 from eric7 import Preferences, Utilities |
192 from eric7config import getConfig |
192 from eric7.Globals import getConfig |
193 |
193 |
194 styleIconsPath = Preferences.getUI("StyleIconsPath") |
194 styleIconsPath = Preferences.getUI("StyleIconsPath") |
195 if not styleIconsPath: |
195 if not styleIconsPath: |
196 # default is the 'StyleIcons' sub-directory of the icons |
196 # default is the 'StyleIcons' sub-directory of the icons |
197 # directory |
197 # directory |