diff -r b34d53f6acdf -r dbfb5e38438b homescreensrv_plat/contentstorage_api/cadefs.h --- a/homescreensrv_plat/contentstorage_api/cadefs.h Fri Aug 06 13:40:46 2010 +0300 +++ b/homescreensrv_plat/contentstorage_api/cadefs.h Wed Aug 18 10:39:24 2010 +0300 @@ -77,8 +77,8 @@ UnknownErrorCode }; -static const QString caCmdOpen("open"); -static const QString caCmdRemove("remove"); +const char caCmdOpen[] = "open"; +const char caCmdRemove[] = "remove"; #ifndef QT_NO_DEBUG_OUTPUT # define USE_QDEBUG_IF(predicate) if (!predicate) {} else qDebug()