equal
deleted
inserted
replaced
15 * |
15 * |
16 * This class processes persistent registry data in XML. |
16 * This class processes persistent registry data in XML. |
17 * |
17 * |
18 */ |
18 */ |
19 |
19 |
20 |
|
21 #ifndef WIDGETREGISTRYXML_H |
20 #ifndef WIDGETREGISTRYXML_H |
22 #define WIDGETREGISTRYXML_H |
21 #define WIDGETREGISTRYXML_H |
23 |
22 |
24 // INCLUDES |
23 // INCLUDES |
25 #include <libxml2_tree.h> |
24 #include <libxml2_tree.h> |
26 #include "WidgetRegistryConstants.h" |
25 #include <widgetregistryconstants.h> |
27 #include "WidgetPropertyValue.h" |
26 #include <widgetpropertyvalue.h> |
28 |
27 |
29 class RFs; |
28 class RFs; |
30 /** |
29 /** |
31 * CWidgetRegistryXml |
30 * CWidgetRegistryXml |
32 * @since 5.0 |
31 * @since 5.0 |