graphicstest/graphicstestharness/src/TGraphicsHarness.cpp
changeset 103 2717213c588a
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
--- 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 <apgtask.h>
+
 #include <hal.h>
 #include <w32debug.h>
 #include <e32std.h> 
 #include <graphics/fbsdefs.h>
 
+#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();
 		}