SVN commit 494333 by ogoffart: update for KConfig M +1 -0 KDE4PORTING.html --- trunk/KDE/kdelibs/KDE4PORTING.html #494332:494333 @@ -143,6 +143,7 @@
  • all read*ListEntry methods deprecated, renamed to readEntry. Most types use the template version.
    template <typename T> readEntry(key, const QList<T>&)
    If you just write readEntry(key, list) it should work for any type that QVariant can convert to QString.
  • +
  • writeEntry, deleteGroup, and deleteEntry doesn't take anymore severals boolean options, but one QFlags
  • KLibFactory