taskswitcher/backstepping/inc/tsbacksteppingfilter.h
changeset 119 50e220be30d1
parent 116 305818acdca4
--- a/taskswitcher/backstepping/inc/tsbacksteppingfilter.h	Mon Sep 13 13:26:33 2010 +0300
+++ b/taskswitcher/backstepping/inc/tsbacksteppingfilter.h	Mon Sep 20 10:22:22 2010 +0300
@@ -17,11 +17,8 @@
 
 #ifndef TSBACKSTEPPINGFILTER_H
 #define TSBACKSTEPPINGFILTER_H
-
-#include <w32std.h>
-#include <tswindowgroupsobserver.h>
-
-
+#include <e32base.h>
+class CTsIdList;
 NONSHARABLE_CLASS(CTsBacksteppingFilter) : public CBase
     {
 public:
@@ -34,7 +31,7 @@
     void ConstructL();
 
 private:
-    RArray<TUid> iBlockedApps;
+    CTsIdList* iBlockedApps;
 
     };