thePref->setItemProperty( "max", 1440, delay );
thePref->setItemProperty( "suffix", " min", delay );
- int folderPref = thePref->addPreference(QObject::tr("Backup Folder"), group, SUIT_PreferenceMgr::File, "backup_folder", QString()/*platform*/);
+ int folderPref = thePref->addPreference(QObject::tr("Backup Folder"), group, SUIT_PreferenceMgr::File,
+ ModuleBase_Preferences::GENERAL_SECTION, "backup_folder");
thePref->setItemProperty( "mode", Qtx::PT_Directory, folderPref );
visuItemList.clear();