diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_signal.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test_signal.cpp.ref | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autotests/kconfig_compiler/test_signal.cpp.ref b/autotests/kconfig_compiler/test_signal.cpp.ref index 1dad37b5..fd2d4bc9 100644 --- a/autotests/kconfig_compiler/test_signal.cpp.ref +++ b/autotests/kconfig_compiler/test_signal.cpp.ref @@ -1,4 +1,4 @@ -// This file is generated by kconfig_compiler from test_signal.kcfg. +// This file is generated by kconfig_compiler_kf5 from test_signal.kcfg. // All changes you do to this file will be lost. #include "test_signal.h" @@ -25,7 +25,7 @@ TestSignal *TestSignal::self() } TestSignal::TestSignal( ) - : KConfigSkeleton( QLatin1String( "kconfig_compiler_test_rc" ) ) + : KConfigSkeleton( QLatin1String( "kconfig_compiler_kf5_test_rc" ) ) , mSettingsChanged(0) { Q_ASSERT(!s_globalTestSignal()->q); |