diff options
Diffstat (limited to 'autotests/kconfig_compiler/test11.kcfg')
-rw-r--r-- | autotests/kconfig_compiler/test11.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test11.kcfg b/autotests/kconfig_compiler/test11.kcfg index d82e1326..73b2d01f 100644 --- a/autotests/kconfig_compiler/test11.kcfg +++ b/autotests/kconfig_compiler/test11.kcfg @@ -103,7 +103,7 @@ <group name="QueueRates"> <entry name="queueRate$(QueueIndex)" type="IntList" key="EmptyingRate $(QueueIndex)"> - <!-- kconfig_compiler really should do this for me... --> + <!-- kconfig_compiler_kf5 really should do this for me... --> <code> QList< QList<int> > defaultRate; QList< int > defaultRateInit; |