src/hbinput/inputwidgets/hbinputcandidatelist.cpp
changeset 23 e6ad4ef83b23
parent 21 4633027730f5
child 28 b7da29130b0e
--- a/src/hbinput/inputwidgets/hbinputcandidatelist.cpp	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputcandidatelist.cpp	Thu Sep 02 20:44:51 2010 +0300
@@ -197,12 +197,12 @@
 void HbCandidateList::populateList(const QStringList &candidates, bool addSpellQuery)
 {
     Q_D(HbCandidateList);
-	// Only for the first time when we launch candidate list its not setting a layout, 
-	// Mostly the problem is form Qt side, for the time being to resolve issue related to candidate list
-	// making visible property true.  
+    // Only for the first time when we launch candidate list its not setting a layout, 
+    // Mostly the problem is form Qt side, for the time being to resolve issue related to candidate list
+    // making visible property true.  
     setVisible(true);
-	QEvent event(QEvent::Polish);
-	QApplication::sendEvent(this, &event);
+    QEvent event(QEvent::Polish);
+    QApplication::sendEvent(this, &event);
     setContentWidget(d->mList);
 
     d->setPriority(HbPopupPrivate::VirtualKeyboard + 1);  // Should be shown on top of virtual keyboard.