--- a/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/inc/hsdefaultruntime.h Fri May 14 15:43:04 2010 +0300
+++ b/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/inc/hsdefaultruntime.h Thu May 27 12:46:08 2010 +0300
@@ -34,9 +34,6 @@
#endif
class HsContentService;
-#ifdef Q_OS_SYMBIAN
-class CHsBackupRestoreObserver;
-#endif
QTM_BEGIN_NAMESPACE
class QValueSpacePublisher;
QTM_END_NAMESPACE
@@ -62,8 +59,6 @@
private:
Q_DISABLE_COPY(HsDefaultRuntime)
- void registerAnimations();
-
void createStatePublisher();
void createContentServiceParts();
void createStates();
@@ -73,6 +68,8 @@
private slots:
void onIdleStateEntered();
void onIdleStateExited();
+ void activityRequested(const QString &name);
+
private:
HsContentService *mContentService;
@@ -84,7 +81,6 @@
#ifdef Q_OS_SYMBIAN
XqKeyCapture keyCapture;
- CHsBackupRestoreObserver* mBRObserver;
#endif
TEST_FRIEND