1<?xml version="1.0" encoding="UTF-8"?>
2<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4	xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5	http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6<kcfgfile name="kdiamondrc"/>
7	<group name="Preferences">
8		<entry name="Untimed" type="Bool">
9			<label>Play an untimed game.</label>
10			<default>false</default>
11		</entry>
12	</group>
13</kcfg>
14