phoneapp/phoneuivoipextension/inc/tphonetouchpanewrapper.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneapp/phoneuivoipextension/inc/tphonetouchpanewrapper.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuivoipextension/inc/tphonetouchpanewrapper.h	Fri Mar 19 09:28:42 2010 +0200
@@ -22,8 +22,9 @@
 // INCLUDES
 #include <e32base.h>
 #include <teltouchpaneextension.h>
-#include <bmtouchpaneinterface.h>
-
+// <-- QT PHONE START --> 
+//#include <bmtouchpaneinterface.h>
+// <-- QT PHONE END --> 
 
 /**
  * Wrapper class to touch pane interface.
@@ -34,9 +35,10 @@
     {
 
 public:
-
-    TPhTouchPaneWrapper( MBubbleTouchPaneInterface& aTouchPane );
-    
+// <-- QT PHONE START --> 
+    TPhTouchPaneWrapper( /*MBubbleTouchPaneInterface& aTouchPane*/ );
+// <-- QT PHONE END -->
+     
     /**
      * Returns number of buttons in touch pane.
      *
@@ -71,8 +73,9 @@
      * Reference to touch pane interface
      * Not own.
      */
-    MBubbleTouchPaneInterface& iTouchPane;
-    
+// <-- QT PHONE START --> 
+    //MBubbleTouchPaneInterface& iTouchPane;
+// <-- QT PHONE END -->     
     };