phoneapp/phoneuiview2/tsrc/ut_phoneuiqtview/hbvolumesliderpopup.h
changeset 27 2f8f8080a020
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneapp/phoneuiview2/tsrc/ut_phoneuiqtview/hbvolumesliderpopup.h	Fri Apr 16 14:58:25 2010 +0300
+++ b/phoneapp/phoneuiview2/tsrc/ut_phoneuiqtview/hbvolumesliderpopup.h	Mon May 03 12:31:11 2010 +0300
@@ -19,7 +19,7 @@
 #define HBVOLUMESLIDERPOPUP_H
 
 #include <QObject>
-#include <hbpopupbase.h>
+#include <hbpopup.h>
 
 extern bool m_volumeSliderContructorCalled;
 extern bool m_volumeSliderDesctructorCalled;
@@ -49,7 +49,7 @@
     void setTimeout (int time);
     void show();
     void hide();
-    void setDismissPolicy( HbPopupBase::DismissPolicy value ) {;};
+    void setDismissPolicy( HbPopup::DismissPolicy value ) {;};
     int minimum() {return m_sliderRangeMin;};
     int maximum() {return m_sliderRangeMax;};
     bool isVisible() {return m_isVisible;};