diff -r efda7c0771b9 -r 7b66bc3c6dc9 taskswitcher/server/inc/tsmodelitemkeymsg.h --- a/taskswitcher/server/inc/tsmodelitemkeymsg.h Wed Oct 13 12:59:22 2010 +0300 +++ b/taskswitcher/server/inc/tsmodelitemkeymsg.h Mon Oct 18 10:44:15 2010 +0300 @@ -19,7 +19,7 @@ #define TSMODELITEMKEYMSG_H #include #include -#include "tsmodelitemkey.h" +#include "tsentrykey.h" class CTsModelItemKeyMsg: public CBase { @@ -27,7 +27,7 @@ static CTsModelItemKeyMsg* NewLC( RReadStream& aStream ); static TInt Size(); ~CTsModelItemKeyMsg(); - TTsModelItemKey Key() const; + TTsEntryKey Key() const; void InternalizeL( RReadStream &aStream ); private: @@ -35,7 +35,7 @@ void ConstructL( RReadStream &aStream ); private: - TTsModelItemKey iKey; + TTsEntryKey iKey; }; #endif