diff -r bf7481649c98 -r 2717213c588a graphicstest/graphicstestharness/src/TGraphicsHarness.cpp --- a/graphicstest/graphicstestharness/src/TGraphicsHarness.cpp Fri Jun 11 14:58:47 2010 +0300 +++ b/graphicstest/graphicstestharness/src/TGraphicsHarness.cpp Tue Jun 22 15:21:29 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2005-2010 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" @@ -13,12 +13,13 @@ // Description: // -#include + #include #include #include #include +#include "apgrfxfacade.h" #include "TGraphicsHarness.h" #include "GraphicsTestUtilsServer.h" @@ -502,10 +503,10 @@ theWindow.Activate(); //the following trick we need to put the window on the top - TApaTaskList taskList(ws); - TApaTask task = taskList.FindByPos(1); + TApaTaskListFacade taskList(ws); + TApaTaskFacade task = taskList.FindByPos(1); task.BringToForeground(); - TApaTask task1(ws); + TApaTaskFacade task1(ws); task1.SetWgId(theId1); task1.BringToForeground(); }