diff options
Diffstat (limited to 'autotests/kconfig_compiler/test6.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test6.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test6.cpp.ref b/autotests/kconfig_compiler/test6.cpp.ref index 53f88c73..19aff0af 100644 --- a/autotests/kconfig_compiler/test6.cpp.ref +++ b/autotests/kconfig_compiler/test6.cpp.ref @@ -3,7 +3,7 @@ #include "test6.h" -Test6::Test6( const QString & Number ) +Test6::Test6( const QString & Number ) : KConfigSkeleton( QStringLiteral( "test4rc" ) ) , mParamNumber(Number) { |