removed deprecated QTextStream functions

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=535667
This commit is contained in:
Stephan Kulow
2006-04-30 05:59:20 +00:00
parent ae49c420bf
commit 7efb970dbd

View File

@@ -374,7 +374,7 @@ void SchemaEditor::saveCurrent()
QFile f(fullpath);
if (f.open(QIODevice::WriteOnly)) {
QTextStream t(&f);
t.setEncoding( QTextStream::UnicodeUTF8 );
t.setCodec( "UTF-8" );
t << "# schema for konsole autogenerated with the schema editor" << endl;
t << endl;