src/eric7/Plugins/PluginWizardQColorDialog.py

branch
eric7
changeset 10331
c1a2ff7e3575
parent 10061
8bdad5699288
child 10437
2f70ca07f0af
--- a/src/eric7/Plugins/PluginWizardQColorDialog.py	Tue Nov 21 11:42:45 2023 +0100
+++ b/src/eric7/Plugins/PluginWizardQColorDialog.py	Wed Nov 22 17:19:10 2023 +0100
@@ -107,11 +107,11 @@
         @param editor reference to the current editor
         @return the generated code (string) and a success flag (boolean)
         """
-        from eric7.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog import (  # __IGNORE_WARNING__
+        from eric7.Plugins.WizardPlugins.ColorDialogWizard import (
             ColorDialogWizardDialog,
         )
 
-        dlg = ColorDialogWizardDialog(None)
+        dlg = ColorDialogWizardDialog.ColorDialogWizardDialog(None)
         if dlg.exec() == QDialog.DialogCode.Accepted:
             line, index = editor.getCursorPosition()
             indLevel = editor.indentation(line) // editor.indentationWidth()

eric ide

mercurial