summaryrefslogtreecommitdiffstats
path: root/libkdepim/cfgc/example.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/cfgc/example.cfg')
-rw-r--r--libkdepim/cfgc/example.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdepim/cfgc/example.cfg b/libkdepim/cfgc/example.cfg
index 51071980..28a2d06b 100644
--- a/libkdepim/cfgc/example.cfg
+++ b/libkdepim/cfgc/example.cfg
@@ -27,12 +27,12 @@
</entry>
</group>
<group name="MyOptions">
- <entry type="QString">
+ <entry type="TQString">
<name>MyString</name>
<label>This is a string</label>
<default>Default String</default>
</entry>
- <entry type="QStringList">
+ <entry type="TQStringList">
<name>MyStringList</name>
<default>up,down</default>
</entry>