mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 23:45:09 -04:00
Port to KF5/Qt5
TerminalDisplayAccessible is disabled for Qt5 currently since I don't have any experience with accessible stuff and it is more complicated than just changing a few includes REVIEW: 111937
This commit is contained in:
@@ -149,7 +149,7 @@ bool KDE3ColorSchemeReader::readTitleLine(const QString& line, ColorScheme* sche
|
||||
|
||||
QString description = line.mid(spacePos + 1);
|
||||
|
||||
scheme->setDescription(i18n(description.toUtf8()));
|
||||
scheme->setDescription(i18n(description.toUtf8().constData()));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user