homescreenapp/hsdomainmodel/inc/hsdomainmodel_global.h
changeset 69 87476091b3f5
parent 35 f9ce957a272c
equal deleted inserted replaced
67:474929a40a0f 69:87476091b3f5
    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