diff options
Diffstat (limited to 'autotests/kconfig_compiler/test9main.cpp')
-rw-r--r-- | autotests/kconfig_compiler/test9main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test9main.cpp b/autotests/kconfig_compiler/test9main.cpp index 28205ee5..8ec98adb 100644 --- a/autotests/kconfig_compiler/test9main.cpp +++ b/autotests/kconfig_compiler/test9main.cpp @@ -34,7 +34,7 @@ int main(int argc, char **argv) // add another path QStringList newlist; - myPathsList2 << QDir::homePath() + QString::fromLatin1("/.kde"); + myPathsList2 << QDir::homePath() + QLatin1String("/.kde"); qWarning() << myPathsList2; t->setMyPathsList2(myPathsList2); |