phonebookui/cntcommonui/contacteditors/cntnoteeditorviewitem.h
changeset 81 640d30f4fb64
parent 72 6abfb1094884
--- a/phonebookui/cntcommonui/contacteditors/cntnoteeditorviewitem.h	Fri Oct 08 11:42:51 2010 +0300
+++ b/phonebookui/cntcommonui/contacteditors/cntnoteeditorviewitem.h	Fri Oct 15 12:24:46 2010 +0300
@@ -21,12 +21,12 @@
 #include "cntdetailviewitem.h"
 #include <hbabstractviewitem.h>
 #include <qgraphicslinearlayout.h>
-#include <hbwidget.h>
-#include <hbtextitem.h>
-#include <hblineedit.h>
+
+class HbWidget;
+class HbLineEdit;
 
 class CntNoteEditorViewItem : public CntDetailViewItem
-    {
+{
     Q_OBJECT
     
 public:
@@ -45,6 +45,6 @@
     QGraphicsLinearLayout* mLayout;
     
     friend class T_NoteEditorTest;
-    };
+};
 
 #endif /* CNTNOTEEDITORVIEWITEM_H_ */