homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuserviceutils.h
changeset 85 35368b604b28
parent 35 f9ce957a272c
--- a/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuserviceutils.h	Wed Aug 18 09:40:07 2010 +0300
+++ b/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuserviceutils.h	Thu Sep 02 20:17:27 2010 +0300
@@ -32,9 +32,9 @@
 
     // Function declarations
     static SortAttribute sortBy(
-        HsSortAttribute menuSortAttribute);
+        Hs::HsSortAttribute menuSortAttribute);
     static Qt::SortOrder sortOrder(
-        HsSortAttribute menuSortAttribute);
+        Hs::HsSortAttribute menuSortAttribute);
 
 };