summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/xml-tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/xml-tree.h b/src/ui/dialog/xml-tree.h
index 19823aedb..9aa96a9a2 100644
--- a/src/ui/dialog/xml-tree.h
+++ b/src/ui/dialog/xml-tree.h
@@ -214,8 +214,8 @@ private:
SPXMLViewTree *tree;
//SPXMLViewAttrList *attributes;
AttrDialog *attributes;
- CssDialog *styles;
- StyleDialog *selectors;
+ StyleDialog *styles;
+ SelectorDialog *selectors;
/* XML Node Creation pop-up window */
Gtk::Entry *name_entry;