diff -r b8fae6b8a148 -r d05a55b217df idlehomescreen/xmluirendering/uiengine/inc/xnwallpaperview.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xnwallpaperview.h Wed Mar 31 21:17:19 2010 +0300 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xnwallpaperview.h Wed Apr 14 15:47:59 2010 +0300 @@ -32,6 +32,7 @@ class CXnUiEngine; class TVwsViewId; class CPeriodic; +class CXnSpBgCleaner; // Constants const TUid KWallpaperViewUid = { 0x200286DB }; @@ -139,6 +140,13 @@ * Resource file offset */ TInt iResourceOffset; + + /** + * Statuspane background cleaner. + * Own. + */ + CXnSpBgCleaner* iXnSpBgCleaner; + }; #endif // CXNWALLPAPERVIEW_H