diff -r c3690ec91ef8 -r 923ff622b8b9 src/hbwidgets/editors/hbtextedit_p.cpp --- a/src/hbwidgets/editors/hbtextedit_p.cpp Wed Jun 23 18:33:25 2010 +0300 +++ b/src/hbwidgets/editors/hbtextedit_p.cpp Tue Jul 06 14:36:53 2010 +0300 @@ -58,7 +58,7 @@ mTextBaseLinePen.setWidthF((qreal)1.0); q->setScrollable(true); - q->setBackgroundItem(HbStyle::P_TextEdit_frame_normal); + setBackgroundItem(HbStyle::P_TextEdit_frame_normal); q->setFocusHighlight(HbStyle::P_TextEdit_frame_highlight,HbWidget::FocusHighlightActive); }