radioapp/radiowidgets/inc/radiofadinglabel.h
changeset 14 63aabac4416d
parent 13 46974bebc798
child 16 f54ebcfc1b80
--- a/radioapp/radiowidgets/inc/radiofadinglabel.h	Fri Mar 19 09:29:04 2010 +0200
+++ b/radioapp/radiowidgets/inc/radiofadinglabel.h	Fri Apr 16 14:58:55 2010 +0300
@@ -19,10 +19,10 @@
 #define RADIOFADINGLABEL_H
 
 // System includes
-#include <hblabel.h>
-#include <hbeffect.h>
+#include <HbLabel>
+#include <HbEffect>
 
-class RadioFadingLabel : public HbLabel
+class RadioFadingLabel : public HbLabel //TODO: Derive from HbLineEdit
 {
     Q_OBJECT