diff options
Diffstat (limited to 'src/ui/dialog/xml-editor.cpp')
| -rw-r--r-- | src/ui/dialog/xml-editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/xml-editor.cpp b/src/ui/dialog/xml-editor.cpp index 53f3b4c2c..7411bc7dc 100644 --- a/src/ui/dialog/xml-editor.cpp +++ b/src/ui/dialog/xml-editor.cpp @@ -20,8 +20,8 @@ namespace Inkscape { namespace UI { namespace Dialog { -XmlEditor::XmlEditor(Behavior::BehaviorFactory behavior_factory) - : Dialog (behavior_factory, "dialogs.xml", SP_VERB_DIALOG_XML_EDITOR) +XmlEditor::XmlEditor() + : UI::Widget::Panel("", "dialogs.xml", SP_VERB_DIALOG_XML_EDITOR) { // TODO: Insert widgets |
