screensaver/devicedialogplugins/snsrdevicedialogplugin/src/snsrdevicedialogplugin.cpp
changeset 97 66b5fe3c07fd
parent 69 87476091b3f5
child 98 e6f74eb7f69f
equal deleted inserted replaced
95:32e56106abf2 97:66b5fe3c07fd
    41     const char *mTypeString;
    41     const char *mTypeString;
    42 } dialogInfos[] = { { "com.nokia.screensaver.snsrdevicedialogplugin/1.0" } };
    42 } dialogInfos[] = { { "com.nokia.screensaver.snsrdevicedialogplugin/1.0" } };
    43 
    43 
    44 const char *lBigClockSnsrPluginUri = 
    44 const char *lBigClockSnsrPluginUri = 
    45 #ifdef Q_OS_SYMBIAN
    45 #ifdef Q_OS_SYMBIAN
    46     "z:/snsrresources/plugins/screensaverplugins/snsrbigclockscreensaverplugin.xml";
    46     "z:/snsrresources/plugins/snsrplugins/snsrbigclockscreensaverplugin.xml";
    47 #else
    47 #else
    48     "snsrresources/plugins/screensaverplugins/snsrbigclockscreensaverplugin.xml";
    48     "snsrresources/plugins/snsrplugins/snsrbigclockscreensaverplugin.xml";
    49 #endif
    49 #endif
    50 
    50 
    51 const char *lViewType("view_type");
    51 const char *lViewType("view_type");
    52 
    52 
    53 QTM_USE_NAMESPACE
    53 QTM_USE_NAMESPACE