Code

family name field on svgfonts dialog now properly saves attribute. Should do the...
[inkscape.git] / src / ui / dialog / tracedialog.h
index 80311bb154f210a7e96844811a66b1087ce8598d..0933aee3be52d5ebc15b095800e33844579a15d6 100644 (file)
@@ -15,7 +15,7 @@
 
 
 #include "verbs.h"
-#include "dialog.h"
+#include "ui/widget/panel.h"
 
 namespace Inkscape {
 namespace UI {
@@ -25,23 +25,23 @@ namespace Dialog {
 /**
  * A dialog that displays log messages
  */
-class TraceDialog : public Dialog
+class TraceDialog : public UI::Widget::Panel
 {
 
 public:
 
-
     /**
      * Constructor
      */
-    TraceDialog() : Dialog ("dialogs.trace", SP_VERB_SELECTION_TRACE)
-        {}
+    TraceDialog() : 
+     UI::Widget::Panel("", "dialogs.trace", SP_VERB_SELECTION_TRACE)
+     {}
 
 
     /**
      * Factory method
      */
-    static TraceDialog *create();
+    static TraceDialog &getInstance();
 
     /**
      * Destructor