diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_translation_kde.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test_translation_kde.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test_translation_kde.cpp.ref b/autotests/kconfig_compiler/test_translation_kde.cpp.ref index c42408e5..62524cc1 100644 --- a/autotests/kconfig_compiler/test_translation_kde.cpp.ref +++ b/autotests/kconfig_compiler/test_translation_kde.cpp.ref @@ -7,7 +7,7 @@ using namespace TestNameSpace; -TestTranslationKde::TestTranslationKde( ) +TestTranslationKde::TestTranslationKde( ) : KConfigSkeleton( QStringLiteral( "test_translation_rc" ) ) { setCurrentGroup( QStringLiteral( "General" ) ); |