homescreensrv_plat/contentstorage_api/cadefs.h
changeset 115 3ab5c078b490
parent 103 b99b84bcd2d1
child 121 0b3699f6c654
--- a/homescreensrv_plat/contentstorage_api/cadefs.h	Wed Aug 18 10:05:49 2010 +0300
+++ b/homescreensrv_plat/contentstorage_api/cadefs.h	Thu Sep 02 20:45:03 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()