~neon/kdesdk-thumbnailers/master

24.1.7 by Albert Astals Cid
po -> po_thumbnailer
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="pocreatorrc"/>
7
    <group name="General">
8
        <entry name="TranslatedColor" type="Color">
9
            <default code="true">Qt::darkGreen</default>
10
        </entry>
11
        <entry name="FuzzyColor" type="Color">
12
            <default code="true">Qt::blue</default>
13
        </entry>
14
        <entry name="UntranslatedColor" type="Color">
15
            <default code="true">Qt::red</default>
16
        </entry>
17
        <entry name="ObsoletedColor" type="Color">
18
            <default code="true">Qt::yellow</default>
19
        </entry>
20
    </group>
21
</kcfg>