homescreenapp/hsdomainmodel/inc/hsdomainmodel_global.h
changeset 77 4b195f3bea29
parent 35 f9ce957a272c
equal deleted inserted replaced
61:2b1b11a301d2 77:4b195f3bea29
    17 
    17 
    18 
    18 
    19 #ifndef HSDOMAINMODEL_GLOBAL_H
    19 #ifndef HSDOMAINMODEL_GLOBAL_H
    20 #define HSDOMAINMODEL_GLOBAL_H
    20 #define HSDOMAINMODEL_GLOBAL_H
    21 
    21 
    22 #include <Qt/qglobal.h>
    22 #include <qglobal.h>
    23 
    23 
    24 // services uri; services key names used when the service is passed as property in state
    24 // services uri; services key names used when the service is passed as property in state
    25 const char CONTENT_SERVICE_KEY[]  = "http://homescreen.nokia.com/runtimeservices/contentservice";
    25 const char CONTENT_SERVICE_KEY[]  = "http://homescreen.nokia.com/runtimeservices/contentservice";
    26 const char SHORTCUT_SERVICE_KEY[] = "http://homescreen.nokia.com/runtimeservices/shortcutservice";
    26 const char SHORTCUT_SERVICE_KEY[] = "http://homescreen.nokia.com/runtimeservices/shortcutservice";
    27 
    27