ui/views/slideshowsettingsview/inc/glxslideshowsettingsview.h
changeset 36 6481344a6d67
parent 29 2c833fc9e98f
child 71 27f2d7aec52a
--- a/ui/views/slideshowsettingsview/inc/glxslideshowsettingsview.h	Thu May 27 12:51:42 2010 +0300
+++ b/ui/views/slideshowsettingsview/inc/glxslideshowsettingsview.h	Fri Jun 11 13:38:23 2010 +0300
@@ -30,7 +30,7 @@
 class HbMainWindow;
 class HbComboBox;
 class QAbstractItemModel;
-class GlxSlideShowSetting;
+class GlxSettingInterface;
 
 class GlxSlideShowSettingsView : public GlxView
 {
@@ -47,16 +47,16 @@
     void orientationChanged(Qt::Orientation); 
 	
 private:
-void setLayout();
+    void setLayout();
   
 private:
-	HbComboBox          *mEffect;  //Drop down box to display transition effect
+	HbComboBox          *mEffect;    //Drop down box to display transition effect
 	HbComboBox          *mDelay; 	 //Drop down box to display transition delay
-	HbMainWindow        *mWindow;  //no ownership
+	HbMainWindow        *mWindow;    //no ownership
 	HbLabel *mContextlabel;				 //Display SlideShow label
 	HbLabel *mEffectlabel;				 //Display "Transition Effect: "
-	HbLabel *mDelaylabel;					 //Display "Transition delay: "
-	GlxSlideShowSetting *mSettings;
+	HbLabel *mDelaylabel;				 //Display "Transition delay: "
+	GlxSettingInterface *mSettings;      //no ownership
 };
 
 #endif /* GLXGRIDVIEW_H_ */