diff -r cfea66083b62 -r baacf668fe89 phoneapp/phoneuiqtviewadapter/tsrc/ut_telephonyservice/unit_tests.cpp --- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_telephonyservice/unit_tests.cpp Mon Oct 04 16:06:10 2010 +0300 +++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_telephonyservice/unit_tests.cpp Fri Oct 15 12:58:46 2010 +0300 @@ -41,7 +41,7 @@ BubbleManagerIF& bubbleManager (){}; void addBubbleCommand ( int , - const PhoneAction& ){}; + HbAction * ){}; void clearBubbleCommands (int ){}; void addParticipantListAction( int , @@ -50,7 +50,7 @@ void clearParticipantListActions(){}; void hideToolbar () {}; void showToolbar () {}; - void setToolbarActions (const QList& ){}; + void setToolbarActions (const QList & ){}; int volumeSliderValue () { return 0; }; void removeVolumeSlider () {}; void setVolumeSliderValue ( @@ -68,7 +68,8 @@ void clearAndHideDialpad(){}; void clearDialpad() {}; void bringToForeground() {}; - void setMenuActions(const QList& ){}; + void hide() {}; + void setMenuActions(const QList & ){}; void shutdownPhoneApp() {}; void setBackButtonVisible(bool ) {}; HbMenu &menuReference() {};