phoneuis/bubblemanager2/bubblecore/src/bubbleimagewidget.cpp
changeset 78 baacf668fe89
parent 76 cfea66083b62
--- a/phoneuis/bubblemanager2/bubblecore/src/bubbleimagewidget.cpp	Mon Oct 04 16:06:10 2010 +0300
+++ b/phoneuis/bubblemanager2/bubblecore/src/bubbleimagewidget.cpp	Fri Oct 15 12:58:46 2010 +0300
@@ -121,7 +121,7 @@
         QPainterPath clip;
         qreal rounding = BubbbleImageRounding *
                          HbDeviceProfile::profile(this).unitValue();
-        clip.addRoundedRect(rect(), rounding, rounding);
+        clip.addRoundRect(rect(), rounding);
         painter->setClipPath(clip);
 
 #ifdef __WINS__