X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fdialog%2Fextension-editor.h;h=fe171f60c163168b326cb6ac4f8bb8004c541ab9;hb=9acbda558d50be3b21e4b384be758bc12a461072;hp=284a3651dac06c30a7eec54013ae2515dc8987f6;hpb=a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799;p=inkscape.git diff --git a/src/ui/dialog/extension-editor.h b/src/ui/dialog/extension-editor.h index 284a3651d..fe171f60c 100644 --- a/src/ui/dialog/extension-editor.h +++ b/src/ui/dialog/extension-editor.h @@ -1,7 +1,7 @@ -/** - * \brief Extension editor - * - * Authors: +/** @file + * @brief Extension editor dialog + */ +/* Authors: * Bryce W. Harrington * Ted Gould * @@ -13,7 +13,7 @@ #ifndef INKSCAPE_UI_DIALOG_EXTENSION_EDITOR_H #define INKSCAPE_UI_DIALOG_EXTENSION_EDITOR_H -#include "dialog.h" +#include "ui/widget/panel.h" #include @@ -29,13 +29,12 @@ namespace Inkscape { namespace UI { namespace Dialog { -class ExtensionEditor : public Dialog { +class ExtensionEditor : public UI::Widget::Panel { public: - ExtensionEditor(Behavior::BehaviorFactory behavior_factory); + ExtensionEditor(); virtual ~ExtensionEditor(); - static ExtensionEditor *create(Behavior::BehaviorFactory behavior_factory) - { return new ExtensionEditor(behavior_factory); } + static ExtensionEditor &getInstance() { return *new ExtensionEditor(); } static void show_help (gchar const * extension_id);