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