diff options
author | Jonathan Riddell <jr@jriddell.org> | 2014-01-09 17:44:54 +0000 |
---|---|---|
committer | Jonathan Riddell <jr@jriddell.org> | 2014-01-09 17:44:54 +0000 |
commit | ba26d97e6132a460f7c6c5bf89cfc69977866a73 (patch) | |
tree | 90ed6fdf582996aced410c34e062fa0765f33b92 /autotests/kconfig_compiler/test_signal.cpp.ref | |
parent | d761c642adcb076d9a32bf463c5d46a12b940537 (diff) | |
download | kconfig-ba26d97e6132a460f7c6c5bf89cfc69977866a73.tar.gz kconfig-ba26d97e6132a460f7c6c5bf89cfc69977866a73.tar.bz2 |
Further renaming to kconfig_compiler_kf5
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); |