diff -r ba76fc04e6c2 -r 6b911d05207e phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonenotes.h --- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonenotes.h Fri Jun 04 10:19:18 2010 +0100 +++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonenotes.h Wed Jun 23 18:12:20 2010 +0300 @@ -93,14 +93,6 @@ */ void showGlobalErrorNote(int ¬eId, int errorCode); - /** - Shows the basic service list. - @param title Heading to be used for the list. - @param basicServiceGroupIds Basic services to be listed. - */ - void showBasicServiceList( - const QString &title, - const QList &basicServiceGroupIds); /** Shows detailed call divert information about the selected divert service @@ -138,15 +130,14 @@ Slot for HbDialog finished singal. */ void finishedPasswordQueryDialog(HbAction* action); - -private: - + /** - Resolves basic service group name by identifier. - @param basicServiceGroupId Group identifier. - @return Group name. + Shows notification dialog. + @param text Text to show on a dialog. */ - QString basicServiceGroupName(BasicServiceGroups basicServiceGroupId) const; + void showNotificationDialog(const QString& text); + +private: /** Formats phone number according to locale specific rules.