diff -r a3a1ae9acec6 -r da5135c61bad meetingrequest/mrgui/mrfieldbuilderpluginextension/inc/cesmrtrackstatus.h --- a/meetingrequest/mrgui/mrfieldbuilderpluginextension/inc/cesmrtrackstatus.h Mon Mar 15 12:39:10 2010 +0200 +++ b/meetingrequest/mrgui/mrfieldbuilderpluginextension/inc/cesmrtrackstatus.h Wed Mar 31 21:08:33 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -19,21 +19,24 @@ #ifndef CESMRTRACKSTATUS_H_ #define CESMRTRACKSTATUS_H_ -#include "resmrstatic.h" -#include "cesmrviewerlabelfield.h" #include #include #include #include +#include "cesmrfield.h" +#include "resmrstatic.h" + + // Forward declarations class CCalAttendee; +class CMRImage; /** * This class shows the status of the attendee of a meeting request * a meeting request can have many of these in several modes */ -NONSHARABLE_CLASS( CESMRTrackStatus ) : public CESMRViewerLabelField +NONSHARABLE_CLASS( CESMRTrackStatus ) : public CESMRField { public: /** @@ -109,7 +112,7 @@ /** * Owned. checkbox_mark/checkbox_unmark */ - CEikImage* iIcon; + CMRImage* iIcon; }; #endif /*CESMRTRACKSTATUS_H_*/