userguide/src/HelpStandardItem.cpp
changeset 15 c0dfc135a46c
parent 13 1eb8015a8491
--- a/userguide/src/HelpStandardItem.cpp	Fri Apr 16 14:53:45 2010 +0300
+++ b/userguide/src/HelpStandardItem.cpp	Mon May 03 12:24:47 2010 +0300
@@ -15,8 +15,7 @@
 *
 */
 
-#include <hbstringutil.h>
-
+#include "HelpUtils.h"
 #include "HelpCommon.h"
 #include "HelpStandardItem.h"
 
@@ -34,7 +33,7 @@
 	switch(role)
 	{
 	case Qt::DisplayRole:
-		if(HbStringUtil::compareC(text(), other.text()) < 0)
+		if(HelpUtils::compareStr(text(), other.text()) < 0)
 		{
 			return true;
 		}