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