diff -r bab96b7ed1a4 -r f39ed5e045e0 phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonenotes.h --- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonenotes.h Tue Jun 15 14:14:38 2010 +0100 +++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonenotes.h Thu Jul 22 16:33:21 2010 +0100 @@ -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.