phonebookui/phonebookservices/tsrc/qtpbkservicestestapp/testpbkservices.h
changeset 53 e6aff7b69165
parent 50 77bc263e1626
child 54 47627ab5d7a4
equal deleted inserted replaced
51:81c360d47083 53:e6aff7b69165
    23 
    23 
    24 #include <qmobilityglobal.h> //defines Q_SFW_EXPORT
    24 #include <qmobilityglobal.h> //defines Q_SFW_EXPORT
    25 #include <xqappmgr.h>
    25 #include <xqappmgr.h>
    26 
    26 
    27 class HbMainWindow;
    27 class HbMainWindow;
       
    28 class HbAction;
       
    29 class HbDialog;
    28 
    30 
    29 /**
    31 /**
    30  * Launches phonebookservices highway services, for functional testing.
    32  * Launches phonebookservices highway services, for functional testing.
    31  */
    33  */
    32 class testPbkServices : public QObject
    34 class testPbkServices : public QObject
    98 
   100 
    99 private:
   101 private:
   100 
   102 
   101     XQAiwRequest         *mRequest; 
   103     XQAiwRequest         *mRequest; 
   102     HbMainWindow         *mMainWindow;
   104     HbMainWindow         *mMainWindow;
       
   105     HbDialog             *mPopup;
   103 
   106 
   104 };
   107 };
   105 
   108 
   106 #endif
   109 #endif