diff options
Diffstat (limited to 'autotests/kconfig_compiler/test8b.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test8b.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test8b.cpp.ref b/autotests/kconfig_compiler/test8b.cpp.ref index dcd61693..8890815b 100644 --- a/autotests/kconfig_compiler/test8b.cpp.ref +++ b/autotests/kconfig_compiler/test8b.cpp.ref @@ -18,7 +18,7 @@ Test8b *Test8b::self() { if (!s_globalTest8b()->q) { new Test8b; - s_globalTest8b()->q->readConfig(); + s_globalTest8b()->q->read(); } return s_globalTest8b()->q; |