src/hbwidgets/popups/hbsliderpopup.cpp
changeset 21 4633027730f5
parent 7 923ff622b8b9
--- a/src/hbwidgets/popups/hbsliderpopup.cpp	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbwidgets/popups/hbsliderpopup.cpp	Wed Aug 18 10:05:37 2010 +0300
@@ -98,7 +98,7 @@
     Q_Q( HbSliderPopup);
     mSliderPopupContentWidget = new HbSliderPopupContentWidget( this );
     q->setContentWidget( mSliderPopupContentWidget );
-    setBackgroundItem(HbStyle::P_SliderPopup_background);
+    setBackgroundItem(HbStylePrivate::P_SliderPopup_background);
     HbStyle::setItemName(q->backgroundItem(),QLatin1String("sliderpopup_background"));
 
     q->connect(mSliderPopupContentWidget->slider,SIGNAL(valueChanged(int)),q,SLOT(_q_valueChanged(int)));