diff -r 57c618273d5c -r bbf46f59e123 graphicstest/graphicstestharness/src/TGraphicsHarness.cpp --- a/graphicstest/graphicstestharness/src/TGraphicsHarness.cpp Thu Aug 19 11:11:18 2010 +0300 +++ b/graphicstest/graphicstestharness/src/TGraphicsHarness.cpp Tue Aug 31 16:31:06 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(); }