deprecated--
svn path=/trunk/KDE/kdebase/workspace/; revision=508045
This commit is contained in:
parent
fde9470fdc
commit
591b9dae7f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Rules::Rules( const QString& str, bool temporary )
|
|||
if( f != NULL )
|
||||
{
|
||||
QByteArray s = str.toUtf8();
|
||||
f->writeBlock( s.data(), s.length());
|
||||
f->write( s.data(), s.length());
|
||||
}
|
||||
file.close();
|
||||
KSimpleConfig cfg( file.name());
|
||||
|
|
Loading…
Reference in a new issue