phoneapp/phoneui2/inc/phoneuihousehold_p.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 22 6bb1b21d2484
parent 46 bc5a64e5bc3c
--- a/phoneapp/phoneui2/inc/phoneuihousehold_p.h	Tue Jun 15 14:14:38 2010 +0100
+++ b/phoneapp/phoneui2/inc/phoneuihousehold_p.h	Thu Jul 22 16:33:21 2010 +0100
@@ -25,12 +25,12 @@
 
 class MPEPhoneModel;
 class CPhoneUIController;
-class CPhoneQwertyHandler;
 class HbMainWindow;
 class PhoneUIKeyEventAdapter;
 class PhoneUiCommandAdapter;
 class QtCall;
 class PhoneUIQtViewAdapter;
+class HbTranslator;
 
 class PhoneUiHouseHoldPrivate : 
     private MPhonePubSubObserver
@@ -102,8 +102,6 @@
         
     //Indicates whether onscreen dialer is defined
     TBool iOnScreenDialer;
-    
-    CPhoneQwertyHandler* iQwertyHandler;
 
     CPhoneUIController* iPhoneUIController;
     
@@ -116,7 +114,7 @@
     PhoneUIQtViewAdapter* iViewAdapter;
     
     //List for translators
-    QList<QTranslator*> m_translators;
+    QList<HbTranslator*> m_translators;
     
 };