diff -r cfea66083b62 -r baacf668fe89 phoneapp/phoneui2/tsrc/ut_phonemainwindow/ut_phonemainwindow.cpp --- a/phoneapp/phoneui2/tsrc/ut_phonemainwindow/ut_phonemainwindow.cpp Mon Oct 04 16:06:10 2010 +0300 +++ b/phoneapp/phoneui2/tsrc/ut_phonemainwindow/ut_phonemainwindow.cpp Fri Oct 15 12:58:46 2010 +0300 @@ -19,8 +19,10 @@ #include #include #include -#include "hbphonemainwindow.h" +#include "phonemainwindow.h" +#include "phoneuihousehold.h" +void PhoneUiHouseHold::reloadTranslators() {} class U_PhoneMainWindow: public QObject { @@ -37,7 +39,7 @@ private: - HbPhoneMainWindow* m_Window; // widget under test + PhoneMainWindow* m_Window; // widget under test }; @@ -52,7 +54,7 @@ void U_PhoneMainWindow::initTestCase() { - m_Window = new HbPhoneMainWindow(); + m_Window = new PhoneMainWindow(); }