emailuis/nmhswidget/src/nmhswidgetemailrow.cpp
changeset 66 084b5b1f02a7
parent 62 a8c646b56683
--- a/emailuis/nmhswidget/src/nmhswidgetemailrow.cpp	Mon Aug 23 23:32:31 2010 +0300
+++ b/emailuis/nmhswidget/src/nmhswidgetemailrow.cpp	Fri Sep 03 14:07:42 2010 +0300
@@ -334,9 +334,8 @@
         mTimeLabel->fontSpec().setRole(HbFontSpec::Secondary);
     }  
     
-    HbStyle style;
     qreal size;
-    bool found = style.parameter(QString("hb-param-text-height-secondary"), size );
+    bool found = style()->parameter(QString("hb-param-text-height-secondary"), size );
     if (found) {
         fontSpec.setTextHeight(size);
     }