deprecated--

svn path=/trunk/KDE/kdebase/workspace/; revision=508045
This commit is contained in:
Laurent Montel 2006-02-10 15:55:01 +00:00
parent fde9470fdc
commit 591b9dae7f

View file

@ -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());