Skip to content

Port away from deprecated KIO/KCM funcs < KF5.64

Peter Mello requested to merge pmello/kdeconnect-kde:pmello-kf5.64-ports into master

Minor update of plugins/share/shareplugin.cpp:

  • KFileUtils::suggestName() is a drop-in replacement for KIO::suggestName() as of KF5.64, just moved to another library

Minor update of plugins/findthisdevice/findthisdevice_config.cpp:

  • KCModule::markAsChanged() is likewise for KCModule::changed as of 5.64

Merge request reports