diff -r 2e2dc3d30ca8 -r 341166945d65 homescreenapp/hsdomainmodel/inc/hswidgetcomponent.h --- a/homescreenapp/hsdomainmodel/inc/hswidgetcomponent.h Thu Jun 24 13:11:40 2010 +0100 +++ b/homescreenapp/hsdomainmodel/inc/hswidgetcomponent.h Fri Jun 25 19:19:22 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 { @@ -49,7 +49,7 @@ Q_DISABLE_COPY(HsWidgetComponent) HsWidgetComponent(const QString &uri, QObject *parent = 0); - void resolveRootPath(); + void resolveRootPathAndTranslationFilename(); void installTranslator(); void uninstallTranslator(); @@ -65,9 +65,10 @@ QString mRootPath; QString mDrive; State mState; + QString mTranslationFilename; friend class HsWidgetComponentRegistry; - HOMESCREEN_TEST_FRIEND_CLASS(TestRuntimeServices) + HOMESCREEN_TEST_FRIEND_CLASS(TestHsDomainModel) }; #endif // HSWIDGETCOMPONENT_H