radioapp/radiowidgets/inc/radiofadinglabel.h
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 16 f54ebcfc1b80
parent 28 075425b8d9a4
equal deleted inserted replaced
26:6bcf277166c1 37:451b2e1545b2
    23 #include <HbEffect>
    23 #include <HbEffect>
    24 
    24 
    25 // User includes
    25 // User includes
    26 #include "radiowidgetsexport.h"
    26 #include "radiowidgetsexport.h"
    27 
    27 
    28 class WIDGETS_DLL_EXPORT RadioFadingLabel : public HbLabel //TODO: Derive from HbLineEdit
    28 class WIDGETS_DLL_EXPORT RadioFadingLabel : public HbLabel
    29 {
    29 {
    30     Q_OBJECT
    30     Q_OBJECT
    31 
    31 
    32 public:
    32 public:
    33 
    33