~keith-penguin/kdegames/trunk

« back to all changes in this revision

Viewing changes to kbreakout/src/kbreakout.kcfg

  • Committer: Keith Worrell
  • Date: 2009-03-18 05:35:28 UTC
  • Revision ID: keith.worrell@gmail.com-20090318053528-mx6x9c0ngmg0kg6p
imported project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="kbreakoutrc"/>
 
7
  <group name="General">
 
8
    <entry name="Theme" type="String" key="Theme">
 
9
      <label>The graphical theme to be used.</label>
 
10
      <default>themes/default.desktop</default>
 
11
    </entry>
 
12
  </group>
 
13
  <group name="Preferences">
 
14
  </group>
 
15
</kcfg>