userguide/inc/HelpUtils.h
changeset 15 c0dfc135a46c
parent 13 1eb8015a8491
child 26 97d7f0705d0a
--- a/userguide/inc/HelpUtils.h	Fri Apr 16 14:53:45 2010 +0300
+++ b/userguide/inc/HelpUtils.h	Mon May 03 12:24:47 2010 +0300
@@ -29,6 +29,8 @@
 	static QString UILocaleFromQtToSymbian();
 	static Qt::Orientation defaultOrientation();
 	static Qt::SortOrder sortOrder();
+	static int findStr(const QString& strFrom, const QString& strToFind);
+	static int compareStr(const QString& str1, const QString& str2);
 };
 
 #endif //HELPUTILS_H