diff options
Diffstat (limited to 'autotests/kconfig_compiler/test13.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test13.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test13.h.ref b/autotests/kconfig_compiler/test13.h.ref index 0636ad2f..441643f7 100644 --- a/autotests/kconfig_compiler/test13.h.ref +++ b/autotests/kconfig_compiler/test13.h.ref @@ -31,7 +31,7 @@ class Test13 : public KConfigSkeleton */ void setBrightness( double v ) { - if (v != mBrightness && !isImmutable( QString::fromLatin1( "brightness" ) )) { + if (v != mBrightness && !isImmutable( QStringLiteral( "brightness" ) )) { mBrightness = v; Q_EMIT brightnessChanged(); } |