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="klinesrc"/>
7  <group name="Game">
8    <entry name="ShowNext" type="Bool">
9      <label>Whether to show the next set of balls.</label>
10      <default>true</default>
11    </entry>
12    <entry name="SavedBackgroundWidth" type="Int">
13      <label>Width of saved background</label>
14      <default>-1</default>
15    </entry>
16    <entry name="SavedBackgroundHeight" type="Int">
17      <label>Height of saved background</label>
18      <default>-1</default>
19    </entry>
20  </group>
21</kcfg>
22