src/hbwidgets/itemviews/hbindexfeedback_p.cpp
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
child 7 923ff622b8b9
--- a/src/hbwidgets/itemviews/hbindexfeedback_p.cpp	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbwidgets/itemviews/hbindexfeedback_p.cpp	Wed Jun 23 18:33:25 2010 +0300
@@ -23,8 +23,8 @@
 **
 ****************************************************************************/
 
+#include "hbindexfeedback_p.h"
 #include "hbindexfeedback.h"
-#include "hbindexfeedback_p.h"
 
 #include <hbscrollbar.h>
 #include <hbabstractitemview.h>
@@ -189,7 +189,7 @@
 */
 QString HbIndexFeedbackPrivate::displayText(const QVariant &data) const
 {
-    QString retVal = QString();
+    QString retVal;
 
     switch (mIndexFeedbackPolicy) {
         case HbIndexFeedback::IndexFeedbackSingleCharacter: