QMessageBox::warning(this,i18n("Write Error"),i18n("Could not open file %1 for writing. You might not have the permission to write to that file.",fileName));
return;
}
ConfigWriterwriter(&out);
if(!writer.writeConfig(m_config))
{
QMessageBox::critical(this,i18n("Write Error"),i18n("Error while writing to file %1.",fileName));