diff options
Diffstat (limited to 'autotests/kconfig_compiler/test11a.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test11a.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test11a.cpp.ref b/autotests/kconfig_compiler/test11a.cpp.ref index fa486fd3..cad39428 100644 --- a/autotests/kconfig_compiler/test11a.cpp.ref +++ b/autotests/kconfig_compiler/test11a.cpp.ref @@ -3,7 +3,7 @@ #include "test11a.h" -Test11a::Test11a( ) +Test11a::Test11a( ) : MyPrefs( QStringLiteral( "korganizerrc" ) ) { setCurrentGroup( QStringLiteral( "General" ) ); |