diff --git a/gramps/gui/utils.py b/gramps/gui/utils.py index be2dac9eb..e6261f150 100644 --- a/gramps/gui/utils.py +++ b/gramps/gui/utils.py @@ -601,7 +601,7 @@ def edit_object(dbstate, uistate, reftype, ref): "editor and open an editor for the citation " "alone") - from QuestionDialog import WarningDialog + from .dialog import WarningDialog WarningDialog(_("Cannot open new citation editor"), blocked_text) elif reftype == 'Place':