homescreenapp/hsdomainmodel/inc/hswidgetcomponent.h
changeset 60 30f14686fb04
parent 55 03646e8da489
child 61 2b1b11a301d2
--- a/homescreenapp/hsdomainmodel/inc/hswidgetcomponent.h	Fri Jun 11 13:30:16 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hswidgetcomponent.h	Wed Jun 23 18:03:36 2010 +0300
@@ -24,7 +24,7 @@
 #include "hsdomainmodel_global.h"
 
 #include "hstest_global.h"
-HOMESCREEN_TEST_CLASS(TestRuntimeServices)
+HOMESCREEN_TEST_CLASS(TestHsDomainModel)
 
 class HSDOMAINMODEL_EXPORT HsWidgetComponent : public QObject
 {
@@ -67,7 +67,7 @@
 	State mState;
 	friend class HsWidgetComponentRegistry;
 
-    HOMESCREEN_TEST_FRIEND_CLASS(TestRuntimeServices)
+    HOMESCREEN_TEST_FRIEND_CLASS(TestHsDomainModel)
 };
 
 #endif // HSWIDGETCOMPONENT_H