radioapp/radiowidgets/inc/radiostripbase.h
changeset 16 f54ebcfc1b80
parent 14 63aabac4416d
child 19 afea38384506
--- a/radioapp/radiowidgets/inc/radiostripbase.h	Fri Apr 16 14:58:55 2010 +0300
+++ b/radioapp/radiowidgets/inc/radiostripbase.h	Mon May 03 12:31:41 2010 +0300
@@ -29,15 +29,12 @@
 class RadioStripBase : public HbScrollArea
 {
     Q_OBJECT
-    Q_PROPERTY( HbIcon background READ background WRITE setBackground )
     Q_PROPERTY( int autoScrollTime READ autoScrollTime WRITE setAutoScrollTime )
 
 public:
 
     virtual ~RadioStripBase();
 
-    void setBackground( const HbIcon& background );
-    HbIcon background() const;
     void setAutoScrollTime( const int time );
     int autoScrollTime() const;
 
@@ -123,10 +120,6 @@
     QList<QGraphicsItem*>   mItemAtSlot;
     QList<int>              mIndexAtSlot; // Can be bigger than rowcount if cyclic is used
 
-    HbIcon                  mBackground;
-
-    QGraphicsPixmapItem*    mBackgroundImage;
-
 };