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="k4dirstatrc"/> 7 <group name="Preferences"> 8 <entry name="col_background" type="Color"> 9 <label>color of the background</label> 10 <default>black</default> 11 </entry> 12 <entry name="col_foreground" type="Color"> 13 <label>color of the foreground</label> 14 <default>yellow</default> 15 </entry> 16 <entry name="val_time" type="Int"> 17 <label>size of a ball</label> 18 <default>2</default> 19 </entry> 20 </group> 21</kcfg> 22