homescreenapp/runtimeplugins/hsdefaultruntimeplugin/inc/hsdefaultruntime.h
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
child 46 23b5d6a29cce
--- a/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/inc/hsdefaultruntime.h	Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/inc/hsdefaultruntime.h	Mon May 03 12:24:59 2010 +0300
@@ -21,6 +21,10 @@
 #include <QStateMachine>
 #include <qmobilityglobal.h>
 
+#ifdef Q_OS_SYMBIAN
+#include <xqkeycapture.h>
+#endif
+
 #ifndef HSDEFAULTRUNTIMEPLUGIN_UNITTEST
 	#define TEST_CLASS_FWD
 	#define TEST_FRIEND
@@ -55,6 +59,8 @@
 private:
     Q_DISABLE_COPY(HsDefaultRuntime)
 
+    void registerAnimations();
+
     void createStatePublisher();
     void createContentServiceParts();
     void createStates();
@@ -72,6 +78,10 @@
 	bool mIdleStateActive;
 
 	QValueSpacePublisher *mPublisher;
+	
+#ifdef Q_OS_SYMBIAN
+    XqKeyCapture keyCapture;
+#endif
     
     TEST_FRIEND
 };