phoneapp/phoneui2/tsrc/ut_phonemainwindow/ut_phonemainwindow.cpp
changeset 78 baacf668fe89
parent 21 92ab7f8d0eab
--- 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 <QDebug>
 #include <hbapplication.h>
 #include <hbglobal_p.h>
-#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();
 	
 }