mirror of
https://github.com/KDE/konsole.git
synced 2026-05-06 05:36:40 -04:00
removed deprecated QTextStream functions
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=535667
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user