removed deprecated QTextStream functions

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=535667
wilder-portage
Stephan Kulow 20 years ago
parent ae49c420bf
commit 7efb970dbd
  1. 2
      settings/schemaeditor.cpp

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

Loading…
Cancel
Save