summaryrefslogtreecommitdiffstats
path: root/kdecore/kconfig_compiler/example/example.kcfg
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kconfig_compiler/example/example.kcfg')
-rw-r--r--kdecore/kconfig_compiler/example/example.kcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kconfig_compiler/example/example.kcfg b/kdecore/kconfig_compiler/example/example.kcfg
index c6716ea06..076bfb644 100644
--- a/kdecore/kconfig_compiler/example/example.kcfg
+++ b/kdecore/kconfig_compiler/example/example.kcfg
@@ -35,7 +35,7 @@
</entry>
<entry name="MyPath" type="Path">
<label>This is a path</label>
- <default code="true">QDir::homeDirPath()+QString::tqfromLatin1(".hidden_file")</default>
+ <default code="true">QDir::homeDirPath()+QString::fromLatin1(".hidden_file")</default>
</entry>
<entry name="MyPaths" type="PathList">
<label>This is a list of paths</label>