equal
deleted
inserted
replaced
21 #ifndef WIDGETREGISTRYXML_H |
21 #ifndef WIDGETREGISTRYXML_H |
22 #define WIDGETREGISTRYXML_H |
22 #define WIDGETREGISTRYXML_H |
23 |
23 |
24 // INCLUDES |
24 // INCLUDES |
25 #include <libxml2_tree.h> |
25 #include <libxml2_tree.h> |
26 #include "WidgetRegistryConstants.h" |
26 #include "widgetregistryconstants.h" |
27 #include "WidgetPropertyValue.h" |
27 #include "widgetpropertyvalue.h" |
28 |
28 |
29 class RFs; |
29 class RFs; |
30 /** |
30 /** |
31 * CWidgetRegistryXml |
31 * CWidgetRegistryXml |
32 * @since 5.0 |
32 * @since 5.0 |