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