diff -r bbf46f59e123 -r 25ffed67c7ef graphicstest/graphicstestharness/src/TGraphicsHarness.cpp --- a/graphicstest/graphicstestharness/src/TGraphicsHarness.cpp Tue Aug 31 16:31:06 2010 +0300 +++ b/graphicstest/graphicstestharness/src/TGraphicsHarness.cpp Wed Sep 01 12:39:21 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2005-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" @@ -13,13 +13,12 @@ // Description: // - +#include #include #include #include #include -#include "apgrfxfacade.h" #include "TGraphicsHarness.h" #include "GraphicsTestUtilsServer.h" @@ -503,10 +502,10 @@ theWindow.Activate(); //the following trick we need to put the window on the top - TApaTaskListFacade taskList(ws); - TApaTaskFacade task = taskList.FindByPos(1); + TApaTaskList taskList(ws); + TApaTask task = taskList.FindByPos(1); task.BringToForeground(); - TApaTaskFacade task1(ws); + TApaTask task1(ws); task1.SetWgId(theId1); task1.BringToForeground(); }