web_plat/widget_registry_api/inc/WidgetPropertyValue.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
--- a/web_plat/widget_registry_api/inc/WidgetPropertyValue.h	Tue Feb 02 00:56:45 2010 +0200
+++ b/web_plat/widget_registry_api/inc/WidgetPropertyValue.h	Fri Mar 19 09:52:28 2010 +0200
@@ -16,12 +16,13 @@
 *
 */
 
+
 #ifndef WIDGETPROPERTYVALUE_H
 #define WIDGETPROPERTYVALUE_H
 
 #include <e32base.h>
 #include <s32strm.h>
-#include <widgetregistryconstants.h>
+#include "WidgetRegistryConstants.h"
 
 // serialize length = header + value
 const TInt32 KWidgetPropertyValSerializeMaxLength = 32 + KWidgetRegistryVal;