<div dir="ltr"><div>Hello,<br>For the first week, I have been trying to replace the existing functions of kmymoneysettings.cpp with member functions of <font size="2"><span style="font-family:Inter,sans-serif;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap" id="gmail-docs-internal-guid-d5e8f431-7fff-50d1-c72c-e959f708b599">alkonlinequoteswidget class. For example : <br><br><span style="font-family:monospace">void KSettingsOnlineQuotes::resetConfig()<br>{<br>    Q_D(KSettingsOnlineQuotes);<br>    QStringList::ConstIterator it;<br>    QStringList groups = WebPriceQuote::quoteSources();<br>    // delete all currently defined entries<br>    for (it = groups.constBegin(); it != groups.constEnd(); ++it) {<br>        WebPriceQuoteSource(*it).remove();<br>    }<br>    // and write back the one's from the reset list<br>    QList<WebPriceQuoteSource>::ConstIterator itr;<br>    for (itr = d->m_resetList.constBegin(); itr != d->m_resetList.constEnd(); ++itr) {<br>        (*itr).write();<br>    }<br>    loadList();<br>}<br></span></span></font></div><div><font size="2"><span style="font-family:Inter,sans-serif;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap" id="gmail-docs-internal-guid-d5e8f431-7fff-50d1-c72c-e959f708b599"><span style="font-family:monospace"><font face="arial,sans-serif">This function can be completely replaced by the usage of </font>AlkOnlineQuotesWidget::resetConfig() ;<br></span></span></font></div><div><font size="2"><span style="font-family:Inter,sans-serif;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap" id="gmail-docs-internal-guid-d5e8f431-7fff-50d1-c72c-e959f708b599"><span style="font-family:monospace"><font face="arial,sans-serif">this function on a AlkOnlineQuotesWidget object.<br><br></font></span></span></font></div><div><font size="2"><span style="font-family:Inter,sans-serif;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap" id="gmail-docs-internal-guid-d5e8f431-7fff-50d1-c72c-e959f708b599"><span style="font-family:monospace"><font face="arial,sans-serif">I wanted to ask if I have figured out this in the correct way or not?</font><br></span></span></font></div><div><font size="2"><span style="font-family:Inter,sans-serif;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap" id="gmail-docs-internal-guid-d5e8f431-7fff-50d1-c72c-e959f708b599"><span style="font-family:monospace"><br></span></span></font></div><div><font size="2"><span style="font-family:Inter,sans-serif;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap" id="gmail-docs-internal-guid-d5e8f431-7fff-50d1-c72c-e959f708b599"><span style="font-family:monospace"><font face="arial,sans-serif">Regards<br>Suraj Kumar Mahto</font><br></span></span></font></div><div><font size="2"><span style="font-family:Inter,sans-serif;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap" id="gmail-docs-internal-guid-d5e8f431-7fff-50d1-c72c-e959f708b599"><span style="font-family:monospace"><br></span></span></font></div><font size="2"><span style="font-family:Inter,sans-serif;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap" id="gmail-docs-internal-guid-d5e8f431-7fff-50d1-c72c-e959f708b599"><span style="font-family:monospace"></span></span></font></div>