mirror of
https://github.com/KDE/konsole.git
synced 2026-06-12 16:05:45 -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:
@@ -292,7 +292,7 @@ void ColorScheme::read(const KConfig& config)
|
||||
|
||||
const QString schemeDescription = configGroup.readEntry("Description", I18N_NOOP("Un-named Color Scheme"));
|
||||
|
||||
_description = i18n(schemeDescription.toUtf8());
|
||||
_description = i18n(schemeDescription.toUtf8().constData());
|
||||
_opacity = configGroup.readEntry("Opacity", qreal(1.0));
|
||||
setWallpaper(configGroup.readEntry("Wallpaper", QString()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user