diff -r bc5a64e5bc3c -r 5bcb308bd24d phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.cpp --- a/phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.cpp Tue Jul 06 14:15:47 2010 +0300 +++ b/phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.cpp Wed Aug 18 09:48:26 2010 +0300 @@ -18,7 +18,7 @@ #include "cpcallsplugingroup.h" #include "cpplugincommon.h" #include "cppluginlogging.h" -#include "cpphonenotes.h" +#include #include #include #include @@ -75,7 +75,7 @@ m_ssSettingsWrapper = new SsSettingsWrapper; DPRINT << "SsSettingsWrapper created"; - CpPhoneNotes *phoneNotes = CpPhoneNotes::instance(); + PsUiNotes *phoneNotes = PsUiNotes::instance(); QObject::connect( this, SIGNAL(showGlobalProgressNote(int &, const QString&)), @@ -170,7 +170,6 @@ "additionalText", QVariant(hbTrId("txt_phone_setlabel_val_yes"))); } - appendChild( m_DataItemShowCallDuration ); DPRINT << ": OUT"; } @@ -205,7 +204,6 @@ "maxRows", QVariant(5)); m_DataItemSoftRejectTextEditor->setContentWidgetData( "minRows", QVariant(1)); - appendChild( m_DataItemSoftRejectTextEditor ); DPRINT << ": OUT"; } @@ -232,7 +230,6 @@ list << cliSettingMapIterator.value(); }; m_DataItemCLI->setContentWidgetData("items", QVariant(list)); - appendChild(m_DataItemCLI); DPRINT << ": OUT"; } @@ -270,7 +267,6 @@ m_OwnVideoInReceivedCall->setContentWidgetData( QString("currentIndex"), indexValue); - appendChild( m_OwnVideoInReceivedCall ); DPRINT << ": OUT"; } @@ -292,7 +288,6 @@ m_DataItemCallWaiting->setContentWidgetData( "additionalText", QVariant(hbTrId("txt_phone_setlabel_call_waiting_val_check_status"))); - appendChild(m_DataItemCallWaiting); DPRINT << ": OUT"; }